From 26c65ca34f07edc17a957ac0b9c592d6a83266b4 Mon Sep 17 00:00:00 2001 From: Marcin Kliks Date: Tue, 15 Oct 2024 15:26:55 +0200 Subject: [PATCH] PYLABS-213 Upgrade with new swift toolchain --- .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 beef65c..f41403f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: swift: ["5.5", "5.10"] include: - os: ubuntu-22.04 - swift: ["6.0"] + swift: "6.0" runs-on: ${{ matrix.os }}