mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2025-11-28 22:01:38 +00:00
ci: Oh forgot Swift 6.2 is still not yet released.
This commit is contained in:
parent
d8ddc57a9a
commit
327ec788c8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
swift-version: ["6.1", "6.2"]
|
||||
swift-version: ["6.1"]
|
||||
container:
|
||||
image: swift:${{ matrix.swift-version }}
|
||||
steps:
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
swift-version: ["6.1", "6.2"]
|
||||
swift-version: ["6.1"]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue