Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Jan 7, 2025
1 parent 3667fde commit e50883e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
schedule:
- cron: '0 4,16 * * *'
jobs:
linux:
linux-android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -30,8 +30,8 @@ jobs:
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-6.0.2-release
tag: 6.0.2-RELEASE
branch: swift-6.0.3-release
tag: 6.0.3-RELEASE
- uses: actions/checkout@v4
- run: swift test

0 comments on commit e50883e

Please sign in to comment.