From 10d769db636456652f67e8b71629da91b3f0ff46 Mon Sep 17 00:00:00 2001 From: hacknus Date: Sat, 9 Mar 2024 10:35:52 +0100 Subject: [PATCH] switching back to macOS latest since everything else seems to fail... --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 457340a..fcef1b5 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -36,7 +36,7 @@ jobs: build-macos-intel: permissions: write-all name: macos - runs-on: macos-12 + runs-on: macos-latest steps: - uses: actions/checkout@v3 - name: Update Libs