From 00be802c5c8215ff9808e68a440ea9aaee135e95 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 27 Oct 2023 18:27:45 +0200 Subject: [PATCH] Use macos-latest for CI Old versions lose support relatively quickly and then silently degrade to e.g. compiling all dependencies from source which takes a long time. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ba5a2d91e..db6c8d2a1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -28,7 +28,7 @@ env: jobs: build: - runs-on: macos-11 + runs-on: macos-latest steps: - uses: actions/checkout@v3 - name: Install deps