mirror of
https://github.com/Tessil/robin-map.git
synced 2026-01-17 20:21:18 +01:00
Use macOS 13 in CI
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -29,13 +29,13 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: macos-x64-gcc,
|
||||
os: macos-latest,
|
||||
os: macos-13,
|
||||
cxx: g++,
|
||||
cmake-build-type: Release
|
||||
}
|
||||
- {
|
||||
name: macos-x64-clang,
|
||||
os: macos-latest,
|
||||
os: macos-13,
|
||||
cxx: clang++,
|
||||
cmake-build-type: Release
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user