From 83661cac11c839d364fc9ad018c4e0bf1d02b029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:58:23 +0100 Subject: [PATCH] Stop running tests on non-existing `macos-12` (#318) --- .github/workflows/example-builds-nightly-defaultarch.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/example-builds-nightly-defaultarch.yml b/.github/workflows/example-builds-nightly-defaultarch.yml index 0c7464c..0f34d3a 100644 --- a/.github/workflows/example-builds-nightly-defaultarch.yml +++ b/.github/workflows/example-builds-nightly-defaultarch.yml @@ -22,11 +22,9 @@ jobs: os: - ubuntu-latest - windows-latest - # - macos-11 # Intel - - macos-12 # Intel - macos-13 # Intel - macos-14 # Apple Silicon - - macos-latest # Currently Intel, but will probably point to Apple Silicon in the future + - macos-latest # Apple Silicon steps: - uses: actions/checkout@v4