From 2f394af5a0ce66beef1baa1dfe60a7be67930851 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Wed, 18 Dec 2024 08:14:47 +0100 Subject: [PATCH] (#221) update GitHub runner macos-!2 to macos-13 --- .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 c78d9a8..60e8fa6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository strategy: matrix: - os: [ ubuntu-22.04, windows-2022, macos-12 ] + os: [ ubuntu-22.04, windows-2022, macos-13 ] env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} MYGET_API_KEY: ${{ secrets.MYGET_API_KEY }}