Skip to content

Commit

Permalink
Use macOS 13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Aug 26, 2024
1 parent 1115dad commit 2c48a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2c48a1a

Please sign in to comment.