Skip to content

Commit 538f0f6

Browse files
committed
Try building Linux arm64 in GitHub Ubuntu arm64 runner
1 parent c329763 commit 538f0f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
build_linux:
1212
name: ${{ matrix.platform }} (${{ matrix.arch }}, ${{ matrix.target }})
13-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.runner || 'ubuntu-latest' }}
1414
strategy:
1515
fail-fast: false
1616
matrix:
@@ -23,8 +23,7 @@ jobs:
2323
packages: [g++-multilib]
2424
- platform: linux
2525
arch: arm64
26-
packages: [clang]
27-
scons-args: use_llvm=true
26+
runner: ubuntu-24.04-arm
2827
- platform: android
2928
scons-args: android_api_level=21
3029
exclude:

0 commit comments

Comments
 (0)