From 3387437072098ab4a2748d7761ce8d2894a73728 Mon Sep 17 00:00:00 2001 From: Martmists Date: Sat, 1 Jun 2024 13:59:08 +0200 Subject: [PATCH] Switch to hardcoded macos 13 Signed-off-by: Martmists --- .github/workflows/publish_release.yaml | 2 +- .github/workflows/publish_snapshot.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_release.yaml b/.github/workflows/publish_release.yaml index 19a4a49..e08ec23 100644 --- a/.github/workflows/publish_release.yaml +++ b/.github/workflows/publish_release.yaml @@ -21,7 +21,7 @@ jobs: - '3.10' - '3.11' - '3.12' - runs-on: 'macos-latest-large' + runs-on: 'macos-13' steps: # Check out project - uses: actions/checkout@v2 diff --git a/.github/workflows/publish_snapshot.yaml b/.github/workflows/publish_snapshot.yaml index 2ef52a3..49ce93e 100644 --- a/.github/workflows/publish_snapshot.yaml +++ b/.github/workflows/publish_snapshot.yaml @@ -27,7 +27,7 @@ jobs: - '3.10' - '3.11' - '3.12' - runs-on: 'macos-latest-large' + runs-on: 'macos-13' steps: # Check out project - uses: actions/checkout@v2