Skip to content

Commit

Permalink
Update CI image to macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Mar 12, 2024
1 parent 20d3f19 commit f78499e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/mac-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ on: [push, pull_request]

jobs:
build:
# macos-12 updated to a toolchain that crashes when linking the
# test binary. This seems to be a known bug in that version,
# and will eventually get fixed in an update. After that, we can go
# back to newer macos images.
runs-on: macos-11
runs-on: macos-13
strategy:
matrix:
cxx:
Expand Down

0 comments on commit f78499e

Please sign in to comment.