Skip to content

Commit d63ee1b

Browse files
ci: use ubuntu-26.04-arm
1 parent 5739a54 commit d63ee1b

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/actionlint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
self-hosted-runner:
2+
labels: [ubuntu-26.04-arm]
3+
config-variables: null

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
check:
11-
runs-on: ubuntu-24.04-arm
11+
runs-on: ubuntu-26.04-arm
1212
if: "!contains(github.event.head_commit.message , 'skip ci')"
1313
steps:
1414
- { uses: actions/checkout@v6, with: { persist-credentials: false } }
@@ -30,7 +30,7 @@ jobs:
3030
- run: pnpm test
3131

3232
release:
33-
runs-on: ubuntu-24.04-arm
33+
runs-on: ubuntu-26.04-arm
3434
if: github.ref_name == 'main'
3535
permissions:
3636
id-token: write # Required for OIDC
@@ -47,7 +47,7 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848

4949
docs:
50-
runs-on: ubuntu-24.04-arm
50+
runs-on: ubuntu-26.04-arm
5151
if: github.ref_name == 'main'
5252
steps:
5353
- { uses: actions/checkout@v6, with: { persist-credentials: false } }

0 commit comments

Comments
 (0)