From 4b26c1d946f8fbb76c2a8d4e701ba099cab7b79d Mon Sep 17 00:00:00 2001 From: Lukas Kubanek <533299+lukaskubanek@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:39:01 +0100 Subject: [PATCH] Updated ci.yml --- .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 2b21b1f..8756cdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: linux: runs-on: ubuntu-latest container: - image: swift:5.5 + image: swift:5.8 steps: - name: Checkout uses: actions/checkout@v3