File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
name : Test Library
20
20
steps :
21
21
- uses : actions/checkout@v3
22
- - name : Select Xcode 15.0. 1
23
- run : sudo xcode-select -s /Applications/Xcode_15.0. 1.app
22
+ - name : Select Xcode 15.1
23
+ run : sudo xcode-select -s /Applications/Xcode_15.1.app
24
24
- name : Run tests
25
25
run : make test-library
26
26
29
29
runs-on : macos-13
30
30
steps :
31
31
- uses : actions/checkout@v4
32
- - name : Select Xcode 15
33
- run : sudo xcode-select -s /Applications/Xcode_15.0. 1.app
32
+ - name : Select Xcode 15.1
33
+ run : sudo xcode-select -s /Applications/Xcode_15.1.app
34
34
- name : Build for library evolution
35
35
run : make build-for-library-evolution
36
36
39
39
name : Build Examples
40
40
steps :
41
41
- uses : actions/checkout@v3
42
- - name : Select Xcode 15.0. 1
43
- run : sudo xcode-select -s /Applications/Xcode_15.0. 1.app
42
+ - name : Select Xcode 15.1
43
+ run : sudo xcode-select -s /Applications/Xcode_15.1.app
44
44
- name : Prepare Examples Project
45
45
run : cp Examples/Examples/_Secrets.swift Examples/Examples/Secrets.swift
46
46
- name : Build examples
You can’t perform that action at this time.
0 commit comments