Skip to content

Commit

Permalink
ci: 🔄 synced local '.github/workflows/' with remote 'workflows/swift'
Browse files Browse the repository at this point in the history
  • Loading branch information
ordo-ci committed Mar 25, 2024
1 parent 358a29d commit 1438020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
swift: [ "5.9" ]
swift: [ "5.10" ]

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

steps:
- uses: fwal/setup-swift@v1
- uses: swift-actions/setup-swift@v2
if: ${{ false }}
with:
swift-version: ${{ matrix.swift }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/swift-macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
fail-fast: false
matrix:
os: [macos-14]
swift: [ "5.9" ]
swift: [ "5.10" ]

runs-on: ${{ matrix.os }}
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer

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

0 comments on commit 1438020

Please sign in to comment.