Skip to content

Commit

Permalink
Limit macos build to 13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmolot committed Nov 20, 2024
1 parent 07a3549 commit 855e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- os: ubuntu-20.04
arch: x86
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32"
- os: macos-latest
- os: macos-13
arch: x64

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

0 comments on commit 855e090

Please sign in to comment.