From 15166f1b1166080f3d57ca6b568c92c8f2888dec Mon Sep 17 00:00:00 2001 From: Mihai Seremet Date: Fri, 10 May 2024 00:11:20 +0100 Subject: [PATCH] Update Ubuntu Swift version --- .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 1ed8e8a34..e38c0d5e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: swift: - - "5.7" + - "5.9.1" name: Ubuntu (Swift ${{ matrix.swift }}) runs-on: ubuntu-20.04