Skip to content

Commit

Permalink
Update swift-macos-previous.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freef4ll authored Oct 14, 2024
1 parent a1692c8 commit f7bac1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-macos-previous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13]
os: [macos-14]
swift: ["5.8", "5.9"]

runs-on: ${{ matrix.os }}

steps:
- uses: fwal/setup-swift@v1
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}

Expand Down

0 comments on commit f7bac1a

Please sign in to comment.