mirror of
https://github.com/krahets/hello-algo.git
synced 2025-02-02 14:18:47 +08:00
feat: update os and swift (#1311)
This commit is contained in:
parent
75873f0a05
commit
ca55e818a5
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 New Issue
Block a user