File tree Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
xcode :
18
- - latest
19
- # - latest-stable
18
+ # - latest
19
+ - latest-stable
20
20
platform :
21
21
- ' macOS'
22
22
- ' iOS Simulator'
32
32
- platform : ' watchOS Simulator'
33
33
destination : ' OS=latest,name=Apple Watch Series 9 (45mm)'
34
34
name : ${{ matrix.platform }} Tests
35
- runs-on : macos-13
35
+ runs-on : macos-15
36
36
steps :
37
37
- name : Select latest available Xcode
38
38
uses : maxim-lobanov/setup-xcode@v1
70
70
fail-fast : false
71
71
matrix :
72
72
swift-image :
73
- - swift:5.9-jammy
74
- - swiftlang/swift:nightly-5.10-jammy
73
+ - swift:6.0-noble
75
74
- swiftlang/swift:nightly-main-jammy
76
75
name : Linux ${{ matrix.swift-image }} Tests
77
76
runs-on : ubuntu-latest
@@ -102,7 +101,7 @@ jobs:
102
101
name : CodeQL Analysis
103
102
runs-on : ubuntu-latest
104
103
container :
105
- image : swift:5.9-jammy
104
+ image : swift:6.0-noble
106
105
permissions : { actions: write, contents: read, security-events: write }
107
106
steps :
108
107
- name : Checkout code
@@ -117,19 +116,3 @@ jobs:
117
116
run : swift build
118
117
- name : Run CodeQL analyze
119
118
uses : github/codeql-action/analyze@v2
120
-
121
- dependency-graph :
122
- if : ${{ github.event_name == 'push' }}
123
- runs-on : ubuntu-latest
124
- container : swift:jammy
125
- permissions :
126
- contents : write
127
- steps :
128
- - name : Check out code
129
- uses : actions/checkout@v4
130
- - name : Set up dependencies
131
- run : |
132
- git config --global --add safe.directory "${GITHUB_WORKSPACE}"
133
- apt-get update && apt-get install -y curl
134
- - name : Submit dependency graph
135
- uses :
vapor-community/[email protected]
You can’t perform that action at this time.
0 commit comments