Skip to content

Commit b42a5c2

Browse files
committed
XX temporarily change the test matrix
1 parent f130f68 commit b42a5c2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/test_sourcebuild.yaml

+9-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ jobs:
2020
matrix:
2121
# NOTE On GH actions, macOS <=13 is Intel, whereas macOS >=14 will be ARM64
2222
# FIXME Google's toolchain doesn't seem to run on Linux arm64 natively
23-
os: ['ubuntu-latest', 'macos-13', 'macos-14', 'windows-latest'] # 'ubuntu-24.04-arm'
24-
use_syslibs: [false]
25-
include:
26-
- os: 'ubuntu-latest'
27-
use_syslibs: [true]
28-
# - os: 'ubuntu-24.04-arm'
29-
# use_syslibs: [true]
23+
# os: ['ubuntu-latest', 'macos-13', 'macos-14', 'windows-latest'] # 'ubuntu-24.04-arm'
24+
# use_syslibs: [false]
25+
# include:
26+
# - os: 'ubuntu-latest'
27+
# use_syslibs: [true]
28+
# # - os: 'ubuntu-24.04-arm'
29+
# # use_syslibs: [true]
30+
os: ['ubuntu-latest']
31+
use_syslibs: [true]
3032

3133
runs-on: ${{ matrix.os }}
3234

0 commit comments

Comments
 (0)