From 1474e5c9b4687afef6bb378902676289300d0d97 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 20 Jul 2024 21:08:22 +0200 Subject: [PATCH] ci.yml: Downgrade to free x86_64-darwin runner --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3c02b971..0c5bb8eb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: image: "macos-latest" os: "darwin" system: "aarch64-darwin" - - name: "macos-14-large, x86_64-darwin" - image: "macos-14-large" + - name: "macos-13, x86_64-darwin" + image: "macos-13" os: "darwin" system: "x86_64-darwin" runs-on: ${{ matrix.os.image }} @@ -141,8 +141,8 @@ jobs: image: "macos-latest" os: "darwin" system: "aarch64-darwin" - - name: "macos-14-large, x86_64-darwin" - image: "macos-14-large" + - name: "macos-13, x86_64-darwin" + image: "macos-13" os: "darwin" system: "x86_64-darwin" runs-on: ${{ matrix.os.image }} @@ -248,8 +248,8 @@ jobs: image: "macos-latest" os: "darwin" system: "aarch64-darwin" - - name: "macos-14-large, x86_64-darwin" - image: "macos-14-large" + - name: "macos-13, x86_64-darwin" + image: "macos-13" os: "darwin" system: "x86_64-darwin" runs-on: ${{ matrix.os.image }}