mirror of
https://github.com/acamarata/curtain.git
synced 2026-06-30 18:54:25 +00:00
CI: checkout@v5 (Node 24; v4's Node 20 is removed from runners 2026-09)
This commit is contained in:
parent
4c55409232
commit
f62f8fd327
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
# (weak-self captures inside @MainActor Tasks) that Swift 5.10 rejects.
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name: Build (release)
|
||||
run: swift build -c release
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue