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 4747 with :
4848 languages : ${{ matrix.language }}
4949 config-file : ./.github/codeql/config.yml
50- debug : true
5150
5251 - name : Perform CodeQL Analysis
5352 uses : github/codeql-action/analyze@822fe5ef9a15bd752ef127e9ff6eac38ec37dd9c
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414
1515jobs :
1616 prepare-for-test :
17- runs-on : macos-latest
17+ runs-on : macos-15
1818 environment : IntegrationTest
1919 outputs :
2020 destination : ${{ steps.platform.outputs.destination }}
4040
4141 auth-stress-test :
4242 needs : prepare-for-test
43- runs-on : macos-latest
43+ runs-on : macos-15
4444 environment : IntegrationTest
4545 env :
4646 DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
7171
7272 geo-stress-test :
7373 needs : prepare-for-test
74- runs-on : macos-latest
74+ runs-on : macos-15
7575 environment : IntegrationTest
7676 env :
7777 DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
@@ -102,7 +102,7 @@ jobs:
102102
103103 storage-stress-test :
104104 needs : prepare-for-test
105- runs-on : macos-latest
105+ runs-on : macos-15
106106 environment : IntegrationTest
107107 env :
108108 DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
@@ -133,7 +133,7 @@ jobs:
133133
134134 datastore-stress-test :
135135 needs : prepare-for-test
136- runs-on : macos-latest
136+ runs-on : macos-15
137137 environment : IntegrationTest
138138 env :
139139 DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
@@ -164,7 +164,7 @@ jobs:
164164
165165 graphql-api-stress-test :
166166 needs : prepare-for-test
167- runs-on : macos-latest
167+ runs-on : macos-15
168168 environment : IntegrationTest
169169 env :
170170 DESTINATION : ${{ needs.prepare-for-test.outputs.destination }}
You can’t perform that action at this time.
0 commit comments