From 5f5efae06b679bd88eed0d6150f66b734bf2b4ad Mon Sep 17 00:00:00 2001 From: joe-prosser Date: Thu, 17 Oct 2024 09:31:23 +0100 Subject: [PATCH] chore(github): update macos workflow running to macos15 (#327) --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6687147c..e86dae3f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,11 +13,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-12] + os: [ubuntu-20.04, macos-15] steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 - if: ${{ matrix.os != 'macos-12' }} + if: ${{ matrix.os != 'macos-15' }} with: path: | ~/.cargo/registry