From 04f93acf5223c926d5f139bbd0bb0dbadfb7d528 Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Sun, 12 May 2024 20:10:58 +0200 Subject: Github CI: switch to older macos 13 (still supports intel macs) (#2644) --- .github/workflows/build_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index 2a443a697..41785af0b 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -14,7 +14,7 @@ on: jobs: build-macos: - runs-on: macos-latest + runs-on: macos-13 steps: - name: Checkout uses: actions/checkout@v3 -- cgit v1.3.1-10-gc9f91