Skip to content

Commit

Permalink
chore: upgrade deprecated runner
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman committed Jan 1, 2025
1 parent 102d612 commit 583a5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-12, macos-14, ubuntu-latest ]
os: [ macos-13, macos-14, ubuntu-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 583a5aa

Please sign in to comment.