File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
image : swift:${{ matrix.swift }}
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : Test
23
23
run : swift test -c release --enable-xctest --parallel --xunit-output .build/xUnit-output.xml
Original file line number Diff line number Diff line change 15
15
xcode : ["14.3.1", "15.4", "16.0"]
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Select Xcode ${{ matrix.xcode }}
21
21
run : sudo xcode-select -s '/Applications/Xcode_${{ matrix.xcode }}.app'
Original file line number Diff line number Diff line change 18
18
tag : 5.10-RELEASE
19
19
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Test
24
24
run : swift test -c release --parallel --xunit-output .build/xUnit-output.xml
You can’t perform that action at this time.
0 commit comments