From 41a099361d6572a00860bfe915970ff5cb2ff8cc Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 24 May 2024 22:11:02 -0500 Subject: [PATCH] Revert "Update dependency macos to v14 (#261)" This reverts commit cc62b50bb6d4cc21baef7d17a7de3f3bf8d036ad. --- .github/workflows/master.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9f68d17..8b6852e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -48,7 +48,7 @@ jobs: path: build-reports.zips macos: - runs-on: macos-14 + runs-on: macos-13 steps: - name: Checkout the repo uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4021a4..36e59be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: run: ./gradlew publish macos: - runs-on: macos-14 + runs-on: macos-13 steps: - name: Checkout the repo