diff --git a/.github/workflows/mac-builds-m1.yml b/.github/workflows/mac-builds-m1.yml index 4820466d..45629cdc 100644 --- a/.github/workflows/mac-builds-m1.yml +++ b/.github/workflows/mac-builds-m1.yml @@ -1,4 +1,4 @@ -name: M1 Mac builds +name: Arm Mac builds on: [push, pull_request] diff --git a/.github/workflows/mac-builds.yml b/.github/workflows/mac-builds.yml index fe11e819..fb41f5d2 100644 --- a/.github/workflows/mac-builds.yml +++ b/.github/workflows/mac-builds.yml @@ -1,10 +1,14 @@ -name: Mac builds +name: Intel Mac builds on: [push, pull_request] jobs: build: - runs-on: macos-12 + # 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: