From ed19c2c16b57a6d94db391bea3ef4a80b769d5bf Mon Sep 17 00:00:00 2001 From: Sudara Date: Wed, 4 Dec 2024 12:54:49 +0100 Subject: [PATCH] Bump to macos-13 runners, 12 became unreliable. Closes #140. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 43c5a68..df74d55 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: test-binary: ./pluginval container: ubuntu:22.04 - name: macOS - os: macos-12 + os: macos-13 app: pluginval.app test-binary: pluginval.app/Contents/MacOS/pluginval - name: Windows