From b36123321715ea893598322736e8605d6b913803 Mon Sep 17 00:00:00 2001 From: Marcel Stimberg Date: Mon, 4 Nov 2024 15:59:18 +0100 Subject: [PATCH] Also move package build job from macos-12 to macos-13 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd0bb5d4a..512c70d2c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ windows-latest, macOS-12, macOS-14 ] + os: [ windows-latest, macOS-13, macOS-14 ] steps: - uses: actions/checkout@v4 with: