Skip to content

Commit 9489c01

Browse files
committed
test arm runners
1 parent cdfd966 commit 9489c01

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
deploy:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04-arm
2222
environment:
2323
name: github-pages
2424
url: ${{ steps.deployment.outputs.page_url }}

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
2222
jobs:
2323
build-and-push-image:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-24.04-arm
2525
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
2626
permissions:
2727
contents: read

.github/workflows/legacy-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build_and_deploy:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04-arm
1515
if: "!contains(github.event.head_commit.message, 'skip ci')"
1616
timeout-minutes: 10
1717

.github/workflows/previews-cf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
# see https://github.com/orgs/community/discussions/26726, https://stackoverflow.com/a/70249520
1313
check-secrets:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04-arm
1515
outputs:
1616
exists: ${{ steps.check-secret-step.outputs.exists }}
1717
steps:
@@ -26,7 +26,7 @@ jobs:
2626
2727
deployment:
2828
needs: [check-secrets]
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-24.04-arm
3030
permissions:
3131
contents: read
3232
deployments: write

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
test:
1919
if: github.event.pull_request.draft == false
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04-arm
2121
timeout-minutes: 5
2222

2323
steps:

0 commit comments

Comments
 (0)