From cdabf7a28adf7581bb140e67da0d920cef1f1776 Mon Sep 17 00:00:00 2001 From: Marc Vanbrabant Date: Sun, 26 May 2024 11:51:56 +0200 Subject: [PATCH] Switch to macos-12 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee8b2a0..b35f102 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: # Build for Intel macOS environments. - name: darwin-x86_64 - os: macos-13 + os: macos-12 steps: - uses: actions/checkout@v4 - name: 'Caching workspace.'