Skip to content

Commit

Permalink
Bumping macos version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mobrien-ghost committed Mar 10, 2024
1 parent dd2d619 commit 3fc6069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Swift Version ${{ matrix.swift }}
strategy:
matrix:
os: [macos-13]
os: [macos-14]
swift: ["5.9", "5.8", "5.7"]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -48,7 +48,7 @@ jobs:

ios_tests:
name: iOS Unit Tests
runs-on: macos-13
runs-on: macos-14
steps:
- uses: swift-actions/setup-swift@v1
with:
Expand Down

0 comments on commit 3fc6069

Please sign in to comment.