From 99850ffc7c262d8c68fa0b94a9c54f2138c91150 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Mon, 1 Jul 2024 15:00:05 +0000 Subject: [PATCH] ci: build: use the latest x86 macos image available Upgrade the macos-12 image to macos-13, this is apparently the last x86 osx image that will ever be available on github. Signed-off-by: Fabio Baltieri --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8df701c3c..a67b9f3a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-12, macos-14, windows-2022] + os: [ubuntu-22.04, macos-13, macos-14, windows-2022] runs-on: ${{ matrix.os }} steps: - name: Checkout