Skip to content

Commit

Permalink
ci: switch to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 4, 2024
1 parent da29c5b commit c0453eb
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 @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
test:
name: Test
runs-on: macos-12
runs-on: macos-13
# Prevent duplicate builds on internal PRs.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
Expand Down

0 comments on commit c0453eb

Please sign in to comment.