Skip to content

Commit

Permalink
fix(ci): switch to macos-14 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Dec 23, 2024
1 parent 8c18241 commit 7edb51b
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 @@ -8,7 +8,7 @@ on:
- "**/*.md"
jobs:
test:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit 7edb51b

Please sign in to comment.