Skip to content

Commit 1732349

Browse files
authored
chore: update stress tests github runner (#3961)
1 parent f15cc45 commit 1732349

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
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

.github/workflows/stress_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
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 }}
@@ -40,7 +40,7 @@ jobs:
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 }}
@@ -71,7 +71,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)