From 1d9cd0049ef288eb3f5078b666c618fff77a868c Mon Sep 17 00:00:00 2001 From: Gabriel Minucci Date: Wed, 15 Jan 2025 11:31:32 +0100 Subject: [PATCH] chore: change 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 0f8d9a2..d97d3a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [macos-14] - swift: ["5.5"] + swift: ["5.10"] steps: - uses: actions/checkout@v2