From 07c6144302437a955572d0684e5493cb05dc9554 Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Tue, 12 Nov 2024 07:39:00 +0000 Subject: [PATCH] gha: bump macos runner to 12 the new oldest version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d52918c2..40bf4b3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - name: windows os: windows-2019 - name: macos-xcode-universal - os: macos-11 + os: macos-12 runs-on: ${{ matrix.os }}