Skip to content

Commit

Permalink
GHA: Drop older Swift images
Browse files Browse the repository at this point in the history
... don't work on GHA anymore.
  • Loading branch information
helje5 committed Jul 15, 2024
1 parent 374e907 commit 2284134
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@ on:
schedule:
- cron: "0 9 * * 1"

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
image:
- swift:5.0.3-xenial
- swift:5.3.2-bionic
- swift:5.10.1-noble
container: ${{ matrix.image }}
steps:
Expand Down

0 comments on commit 2284134

Please sign in to comment.