From e09976e80ec218489e0a7380b909803eaebda6c6 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sun, 17 Mar 2024 07:41:26 +0100 Subject: [PATCH] CI: Build on macos 13 (from outdated 10.15) 10 is no longer available https://github.com/actions/runner-images/blob/main/README.md --- .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 6c7be1f..3e86a82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macos-10.15] + os: [ubuntu-20.04, windows-2019, macos-13] runs-on: ${{ matrix.os }}