Skip to content

Commit

Permalink
Update macos image to macos-13, use compatible Swift version in CI (#109
Browse files Browse the repository at this point in the history
)
  • Loading branch information
FZambia authored Dec 4, 2024
1 parent da29c5b commit e4eedc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ 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:
matrix:
swift: ["5.8"]
swift: ["5.9"]
steps:
- uses: fwal/setup-swift@v1
with:
Expand Down

0 comments on commit e4eedc0

Please sign in to comment.