Skip to content

Commit 855e090

Browse files
committed
Limit macos build to 13.1
1 parent 07a3549 commit 855e090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- os: ubuntu-20.04
3535
arch: x86
3636
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32"
37-
- os: macos-latest
37+
- os: macos-13
3838
arch: x64
3939

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

0 commit comments

Comments
 (0)