From 773406a6dc15538b7941a5c837cfb9afbe005b30 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 19 Sep 2024 15:52:23 +0200 Subject: [PATCH 1/2] use macos-12 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01395f16c..132e704c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - os: windows-2019 artifact_name: floss.exe asset_name: windows - - os: macos-11 + - os: macos-12 artifact_name: floss asset_name: macos # Pin action version by commit hash to maximize trust, ref: https://securitylab.github.com/research/github-actions-building-blocks/ @@ -64,7 +64,7 @@ jobs: - os: windows-2022 artifact_name: floss.exe asset_name: windows - - os: macos-11 + - os: macos-12 artifact_name: floss asset_name: macos steps: From f95e8211c2f16c70c29fa8c6656996297cf2e7f3 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 19 Sep 2024 15:54:38 +0200 Subject: [PATCH 2/2] use macos-12 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 91e626199..bbc97ec7c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macos-11] + os: [ubuntu-20.04, windows-2019, macos-12] # across all operating systems # version numbers are strings, not floats python-version: ['3.8', '3.11']