Skip to content

Commit

Permalink
workaround other macos deficiencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Jul 5, 2024
1 parent dead85b commit 8e97384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-13]
uses: ./.github/workflows/cmake-single-os.yml
with:
os: ${{ matrix.os}}
Expand Down

0 comments on commit 8e97384

Please sign in to comment.