Skip to content

Commit 2a31b64

Browse files
committed
use new arm64 runners on GitHub
1 parent bd155dd commit 2a31b64

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-latest
14-
1513
strategy:
1614
matrix:
1715
os: [focal, jammy, noble]
1816
arch: ["amd64", "arm64"]
1917
location: ["", "-usr-local"]
18+
runner: ["ubuntu-24.04", "ubuntu-24.04-arm"]
19+
exclude:
20+
- arch: arm64
21+
runner: ubuntu-24.04
22+
- arch: amd64
23+
runner: ubuntu-24.04-arm
24+
25+
runs-on: ${{ matrix.runner }}
2026

2127
steps:
2228
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)