diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96c99681..60b81530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: build-test-linux: name: Build and Test (Linux) runs-on: ubuntu-latest - container: swift:nightly-6.0.2-jammy + container: swift:6.0.2-jammy steps: - name: Checkout uses: actions/checkout@v4