Update Intel Mac builds to macos-13 images for MacOS GitHub Actions

macos-12 images will be removed on 3.12.2024, and macos-14 no
longer support Intel-based MacOS in free (OSS) tier.
This commit is contained in:
Martin Hořeňovský 2024-10-17 21:08:52 +02:00
parent a6ee7e20cd
commit 7c2e1fb1b2
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: M1 Mac builds
name: Arm Mac builds
on: [push, pull_request]

View File

@ -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: