Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream authored Apr 22, 2024
1 parent 5e777c8 commit fa31aec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [ "main" ]
Expand Down Expand Up @@ -39,7 +41,7 @@ jobs:
tests:
container:
image: swift:5.1-jammy
image: swift:5.10-jammy

runs-on: ubuntu-latest

Expand Down

0 comments on commit fa31aec

Please sign in to comment.