Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Oct 25, 2024
1 parent 98a7041 commit 0ac709c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mac-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on: [push, pull_request]

jobs:
build:
runs-on: macos-14-large
# From macos-14 forward, the baseline "macos-X" image is Arm based,
# and not Intel based. Thus this is the newest image we can use for
# Intel MacOS CI, and there don't seem to be any plans to keep providing
# the Intel based images for free to OSS projects.
runs-on: macos-13
strategy:
matrix:
cxx:
Expand Down

0 comments on commit 0ac709c

Please sign in to comment.