From 199f87a2561840ff7f09f021d34164122a7ee204 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Thu, 19 Dec 2024 21:33:04 +0100 Subject: [PATCH] (#209) update GitHub runner macos-12 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 85acf63..1fd6532 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-2022, ubuntu-22.04, macos-12 ] + os: [ windows-2022, ubuntu-22.04, macos-13 ] env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} GITHUB_PAT: ${{ secrets.GH_TOKEN }}