From 3a8548b9a966e4b6bd127c63abb533bd66dfb973 Mon Sep 17 00:00:00 2001 From: "Alice D." Date: Sun, 6 Oct 2024 20:04:02 -0400 Subject: [PATCH] go back down to macos-13 for now --- .github/workflows/main.yml | 5 +---- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fd3c1bb6..932e846c6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,7 +104,7 @@ jobs: macos-test-build: name: macOS (x64) if: "!contains(github.event.head_commit.message, '[skip ci]')" - runs-on: macos-14 + runs-on: macos-13 steps: - name: Checkout Code uses: actions/checkout@v4 @@ -119,11 +119,8 @@ jobs: - name: Install Tools run: > brew install - gcc - pkg-config docutils pygments - freetype2 libzip opusfile libvorbis diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6806b0597..d77b60fd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -199,7 +199,7 @@ jobs: macos-release-build-universal: name: macOS (Universal) if: ${{ (github.event.inputs.macos-x64-arm64 || 'true') == 'true' }} - runs-on: macos-14 + runs-on: macos-13 steps: - name: Install Tools run: >