File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v1
25
25
- name : Check Swift version
26
- run : swift --version
26
+ run : |
27
+ sudo xcode-select -s /Applications/Xcode_11.3.app/
28
+ export TOOLCHAINS=swift
29
+ swift --version
27
30
- name : Run tests
28
31
run : swift test
29
32
33
36
- uses : actions/checkout@v1
34
37
- name : Check Swift version
35
38
run : |
36
- sudo xcode-select -s /Applications/Xcode_11.4_beta .app/
39
+ sudo xcode-select -s /Applications/Xcode_11.4 .app/
37
40
export TOOLCHAINS=swift
38
41
swift --version
39
42
- name : Run tests
59
62
60
63
ubuntu-bionic-5_2 :
61
64
container :
62
- image : swiftlang/ swift:nightly- 5.2-bionic
65
+ image : swift:5.2-bionic
63
66
runs-on : ubuntu-latest
64
67
steps :
65
68
- uses : actions/checkout@v1
96
99
97
100
ubuntu-xenial-5_2 :
98
101
container :
99
- image : swiftlang/ swift:nightly- 5.2-xenial
102
+ image : swift:5.2-xenial
100
103
runs-on : ubuntu-latest
101
104
steps :
102
105
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments