File tree Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,12 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
xcode :
16
- - 15.4
17
- - ' 16.1'
16
+ - ' 16.4'
18
17
19
18
name : macOS
20
- runs-on : macos-14
19
+ runs-on : macos-15
21
20
steps :
22
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
23
22
- name : Select Xcode ${{ matrix.xcode }}
24
23
run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
25
24
- name : Run tests
29
28
strategy :
30
29
matrix :
31
30
swift :
32
- - ' 5.9 '
31
+ - ' 6.1 '
33
32
34
33
container : swift:${{ matrix.swift }}
35
34
name : Linux (Swift ${{ matrix.swift }})
38
37
- uses : actions/checkout@v4
39
38
- run : swift test
40
39
41
- # windows:
42
- # strategy:
43
- # matrix:
44
- # swift:
45
- # - "5.9.1"
46
-
47
- # name: Windows (Swift ${{ matrix.swift }})
48
- # runs-on: windows-latest
49
-
50
- # steps:
51
- # - uses: compnerd/gha-setup-swift@main
52
- # with:
53
- # branch: swift-${{ matrix.swift }}-release
54
- # tag: ${{ matrix.swift }}-RELEASE
55
-
56
- # - name: Set git to use LF
57
- # run: |
58
- # git config --global core.autocrlf false
59
- # git config --global core.eol lf
60
-
61
- # - uses: actions/checkout@v4
62
- # - run: swift build
63
- # - run: swift test
64
-
65
40
android :
66
41
strategy :
67
42
matrix :
You can’t perform that action at this time.
0 commit comments