diff --git a/.github/workflows/endtoend_tests.yml b/.github/workflows/endtoend_tests.yml index 07a0195..2abd57f 100644 --- a/.github/workflows/endtoend_tests.yml +++ b/.github/workflows/endtoend_tests.yml @@ -41,8 +41,8 @@ jobs: - name: Install the static SDK run: | swift sdk install \ - https://download.swift.org/swift-6.2-release/static-sdk/swift-6.2-RELEASE/swift-6.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \ - --checksum d2225840e592389ca517bbf71652f7003dbf45ac35d1e57d98b9250368769378 + https://download.swift.org/swift-6.2.3-release/static-sdk/swift-6.2.3-RELEASE/swift-6.2.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \ + --checksum f30ec724d824ef43b5546e02ca06a8682dafab4b26a99fbb0e858c347e507a2c - name: Build the example run: | diff --git a/.github/workflows/interop_tests.yml b/.github/workflows/interop_tests.yml index d61e3d9..a63e3be 100644 --- a/.github/workflows/interop_tests.yml +++ b/.github/workflows/interop_tests.yml @@ -64,8 +64,8 @@ jobs: - name: Install the static SDK run: | swift sdk install \ - https://download.swift.org/swift-6.2-release/static-sdk/swift-6.2-RELEASE/swift-6.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \ - --checksum d2225840e592389ca517bbf71652f7003dbf45ac35d1e57d98b9250368769378 + https://download.swift.org/swift-6.2.3-release/static-sdk/swift-6.2.3-RELEASE/swift-6.2.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \ + --checksum f30ec724d824ef43b5546e02ca06a8682dafab4b26a99fbb0e858c347e507a2c # Run the test script - name: Test ELF detection