From 7c2e1fb1b210cf1710549fd8b2df37d700b90178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 17 Oct 2024 21:08:52 +0200 Subject: [PATCH] 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. --- .github/workflows/mac-builds-m1.yml | 2 +- .github/workflows/mac-builds.yml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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: