From fa31aecaa786f5ea9fabc1d3dfe01ecdb5099a0c Mon Sep 17 00:00:00 2001 From: Timo <38291523+lovetodream@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:25:52 +0200 Subject: [PATCH] ci: fix ci --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df0abfe..67558cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,7 @@ name: CI - +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true on: push: branches: [ "main" ] @@ -39,7 +41,7 @@ jobs: tests: container: - image: swift:5.1-jammy + image: swift:5.10-jammy runs-on: ubuntu-latest