From a036c2e85780032ad1472c15460c757dad252129 Mon Sep 17 00:00:00 2001 From: NikoOinonen <42408893+NikoOinonen@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:30:49 +0300 Subject: [PATCH] Fix automated builds for MacOS. (#292) Simply update the version of the runner to latest for MacOS. --- .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 89dfaf3a..a0f1b1ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, windows-2022, macos-11] + os: [ubuntu-22.04, windows-2022, macos-latest] steps: - uses: actions/checkout@v3