Skip to content

Commit

Permalink
chore(github): update macos workflow running to macos15 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser authored Oct 17, 2024
1 parent 8fe5e16 commit 5f5efae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f5efae

Please sign in to comment.