From 5cf0b296bd455af56dcdae7eeadff6c873245ccd Mon Sep 17 00:00:00 2001 From: Charles Pisciotta Date: Mon, 16 Dec 2024 10:10:12 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30744f1e..39d34905 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" @@ -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 }} @@ -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" @@ -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 }}