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 (Darwin)
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.2
23
+ run : sudo xcode-select -s /Applications/Xcode_15.2 .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.2
33
+ run : sudo xcode-select -s /Applications/Xcode_15.2 .app
34
34
- name : Build for library evolution
35
35
run : make build-for-library-evolution
36
36
66
66
name : Build Examples
67
67
steps :
68
68
- uses : actions/checkout@v3
69
- - name : Select Xcode 15.0.1
70
- run : sudo xcode-select -s /Applications/Xcode_15.0.1 .app
69
+ - name : Select Xcode 15.2
70
+ run : sudo xcode-select -s /Applications/Xcode_15.2 .app
71
71
- name : Prepare Examples Project
72
72
run : cp Examples/Examples/_Secrets.swift Examples/Examples/Secrets.swift
73
73
- name : Build examples
You can’t perform that action at this time.
0 commit comments