From 210dc1c0b8c4b5166634f0cb6f07a0a6e79b02c7 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Sun, 13 Oct 2024 10:19:36 +0200 Subject: [PATCH] fix: bump deprecated macOS x64 runners --- .github/workflows/selftest.yml | 5 ++--- .github/workflows/test-cache.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 08be3bc6..4ec33e3b 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -10,9 +10,8 @@ jobs: fail-fast: false matrix: os: - - macos-12 - - macos-14 - - macos-latest + - macos-13 # x64 + - macos-latest # arm64 - ubuntu-latest - windows-latest target: diff --git a/.github/workflows/test-cache.yml b/.github/workflows/test-cache.yml index 3c6f6f41..8db03bef 100644 --- a/.github/workflows/test-cache.yml +++ b/.github/workflows/test-cache.yml @@ -10,9 +10,8 @@ jobs: fail-fast: false matrix: os: - - macos-12 - - macos-14 - - macos-latest + - macos-12 # x64 + - macos-latest # arm64 - ubuntu-latest - windows-latest config: