Skip to content

Commit

Permalink
CI: Test if macOS 13 build succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed May 28, 2024
1 parent 75b112f commit e835f23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
build:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'macos-12', 'windows-2022']
#os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'macos-12', 'windows-2022']
os: ['macos-13']
build-system: ['autotools', 'meson']
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e835f23

Please sign in to comment.