Skip to content

Commit

Permalink
chore: fix CI to use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Jan 15, 2025
1 parent 8fe608a commit 7e3a651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022, macos-12, ubuntu-20.04]
os: [windows-2022, macos-13, ubuntu-20.04]
env:
SIGNAL_ENV: production
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7e3a651

Please sign in to comment.