Skip to content

Commit 2c48a1a

Browse files
committed
Use macOS 13 in CI
1 parent 1115dad commit 2c48a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
}
3030
- {
3131
name: macos-x64-gcc,
32-
os: macos-latest,
32+
os: macos-13,
3333
cxx: g++,
3434
cmake-build-type: Release
3535
}
3636
- {
3737
name: macos-x64-clang,
38-
os: macos-latest,
38+
os: macos-13,
3939
cxx: clang++,
4040
cmake-build-type: Release
4141
}

0 commit comments

Comments
 (0)