Skip to content

Commit

Permalink
ci.yml: skip gcc on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 16, 2024
1 parent dc562ca commit d353209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
os: [ 'ubuntu-22.04', 'macos-13', 'macos-15', 'windows-2022' ]
os: [ 'ubuntu-24.04', 'macos-13', 'macos-15', 'windows-2022' ]
# https://nodejs.org/en - use LTS
node-version: [ '18' ]
# https://www.npmjs.com/package/xpm
Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
xpm install -C tests
- name: Run test-native-cmake-gcc
if: ${{ ! startsWith(matrix.os, 'macos-') }}
run: |
xpm install --config native-cmake-gcc-debug -C tests
xpm install --config native-cmake-gcc-release -C tests
Expand Down

0 comments on commit d353209

Please sign in to comment.