Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpisciotta committed Dec 16, 2024
1 parent 2b6c331 commit 5cf0b29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
swift_version: "6.0"
xcode_version: "16.0"
# Add Swift 6.0 to ubuntu-latest when its available via swift-actions/setup-swift
- platform: ubuntu-latest
- platform: ubuntu-24.04
version:
swift_version: "5.9"
xcode_version: "15.2"
- platform: ubuntu-latest
- platform: ubuntu-24.04
version:
swift_version: "5.10"
xcode_version: "15.4"
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Swift and Tools
if: ${{ matrix.platform == 'ubuntu-latest' }}
if: ${{ matrix.platform == 'ubuntu-24.04' }}
uses: swift-actions/setup-swift@3aed395c5397f62deb91d8fe7af1418a9ae4d16f
with:
swift-version: ${{ matrix.version.swift_version }}
Expand All @@ -71,11 +71,11 @@ jobs:
swift_version: "6.0"
xcode_version: "16.0"
# Add Swift 6.0 to ubuntu-latest when its available via swift-actions/setup-swift
- platform: ubuntu-latest
- platform: ubuntu-24.04
version:
swift_version: "5.9"
xcode_version: "15.2"
- platform: ubuntu-latest
- platform: ubuntu-24.04
version:
swift_version: "5.10"
xcode_version: "15.4"
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Load Swift Version
run: echo "SWIFT_VERSION=$(<.swift-version)" >> $GITHUB_ENV
- name: Install Swift and Tools
if: ${{ matrix.platform == 'ubuntu-latest' }}
if: ${{ matrix.platform == 'ubuntu-24.04' }}
uses: swift-actions/setup-swift@3aed395c5397f62deb91d8fe7af1418a9ae4d16f
with:
swift-version: ${{ matrix.version.swift_version }}
Expand Down

0 comments on commit 5cf0b29

Please sign in to comment.