summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-10-27 20:07:37 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-10-27 20:07:37 -0400
commit90de83fa7af0a4bb991e9eca38b0911e720e1b01 (patch)
tree0f2862b606022d2250cae08b41ab32182414b043 /.github
parentf25ed181df94124896d3ef581bcfb40a5be8e919 (diff)
Update odin to `dev-2025-10`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c652f0f..3d21dd4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,6 @@
name: CI
env:
- ODIN_BRANCH: dev-2025-09
+ ODIN_BRANCH: dev-2025-10
on:
push:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5f8a312..7be7e27 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,6 +1,6 @@
name: release
env:
- ODIN_BRANCH: dev-2025-09
+ ODIN_BRANCH: dev-2025-10
on:
workflow_dispatch: