mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 04:06:28 +08:00
feat: update os and swift (#1311)
This commit is contained in:
parent
75873f0a05
commit
ca55e818a5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/swift.yml
vendored
4
.github/workflows/swift.yml
vendored
|
@ -18,8 +18,8 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
swift: ["5.10", "5.9", "5.8"]
|
||||
os: ["ubuntu-22.04", "macos-14"]
|
||||
swift: ["5.10", "5.9"]
|
||||
steps:
|
||||
- uses: swift-actions/setup-swift@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue