Skip to content

Commit

Permalink
XX temporarily change the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Feb 2, 2025
1 parent f130f68 commit b42a5c2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/test_sourcebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
matrix:
# NOTE On GH actions, macOS <=13 is Intel, whereas macOS >=14 will be ARM64
# FIXME Google's toolchain doesn't seem to run on Linux arm64 natively
os: ['ubuntu-latest', 'macos-13', 'macos-14', 'windows-latest'] # 'ubuntu-24.04-arm'
use_syslibs: [false]
include:
- os: 'ubuntu-latest'
use_syslibs: [true]
# - os: 'ubuntu-24.04-arm'
# use_syslibs: [true]
# os: ['ubuntu-latest', 'macos-13', 'macos-14', 'windows-latest'] # 'ubuntu-24.04-arm'
# use_syslibs: [false]
# include:
# - os: 'ubuntu-latest'
# use_syslibs: [true]
# # - os: 'ubuntu-24.04-arm'
# # use_syslibs: [true]
os: ['ubuntu-latest']
use_syslibs: [true]

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

Expand Down

0 comments on commit b42a5c2

Please sign in to comment.