From 8c43271c1edc8003ac90ade17c51ccbb609c9c14 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 5 Nov 2024 21:26:11 +0000 Subject: [PATCH] Update linux swift container --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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