File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
config-file : ./.github/codeql/config.yml
50
- debug : true
51
50
52
51
- name : Perform CodeQL Analysis
53
52
uses : github/codeql-action/analyze@822fe5ef9a15bd752ef127e9ff6eac38ec37dd9c
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
14
14
15
15
jobs :
16
16
prepare-for-test :
17
- runs-on : macos-latest
17
+ runs-on : macos-15
18
18
environment : IntegrationTest
19
19
outputs :
20
20
destination : ${{ steps.platform.outputs.destination }}
40
40
41
41
auth-stress-test :
42
42
needs : prepare-for-test
43
- runs-on : macos-latest
43
+ runs-on : macos-15
44
44
environment : IntegrationTest
45
45
env :
46
46
DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
71
71
72
72
geo-stress-test :
73
73
needs : prepare-for-test
74
- runs-on : macos-latest
74
+ runs-on : macos-15
75
75
environment : IntegrationTest
76
76
env :
77
77
DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
storage-stress-test :
104
104
needs : prepare-for-test
105
- runs-on : macos-latest
105
+ runs-on : macos-15
106
106
environment : IntegrationTest
107
107
env :
108
108
DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
@@ -133,7 +133,7 @@ jobs:
133
133
134
134
datastore-stress-test :
135
135
needs : prepare-for-test
136
- runs-on : macos-latest
136
+ runs-on : macos-15
137
137
environment : IntegrationTest
138
138
env :
139
139
DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
@@ -164,7 +164,7 @@ jobs:
164
164
165
165
graphql-api-stress-test :
166
166
needs : prepare-for-test
167
- runs-on : macos-latest
167
+ runs-on : macos-15
168
168
environment : IntegrationTest
169
169
env :
170
170
DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
You can’t perform that action at this time.
0 commit comments