Skip to content

Commit 7176d51

Browse files
committed
ci/docs: run non-build jobs on ARM
This may be marginally slower, but should be more efficient. Continue using x86 for the main build as it will be faster.
1 parent 40bf948 commit 7176d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
combine:
8181
name: Combine builds
82-
runs-on: ubuntu-latest
82+
runs-on: ubuntu-24.04-arm
8383
needs: build
8484

8585
env:
@@ -111,7 +111,7 @@ jobs:
111111

112112
deploy:
113113
name: Deploy
114-
runs-on: ubuntu-latest
114+
runs-on: ubuntu-24.04-arm
115115
needs: combine
116116

117117
permissions:

0 commit comments

Comments
 (0)