diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8084087bc4..e8fa1e4075 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,7 +47,6 @@ jobs: with: languages: ${{ matrix.language }} config-file: ./.github/codeql/config.yml - debug: true - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@822fe5ef9a15bd752ef127e9ff6eac38ec37dd9c diff --git a/.github/workflows/stress_test.yml b/.github/workflows/stress_test.yml index 7c9aa6692e..52c7028125 100644 --- a/.github/workflows/stress_test.yml +++ b/.github/workflows/stress_test.yml @@ -14,7 +14,7 @@ concurrency: jobs: prepare-for-test: - runs-on: macos-latest + runs-on: macos-15 environment: IntegrationTest outputs: destination: ${{ steps.platform.outputs.destination }} @@ -40,7 +40,7 @@ jobs: auth-stress-test: needs: prepare-for-test - runs-on: macos-latest + runs-on: macos-15 environment: IntegrationTest env: DESTINATION: ${{ needs.prepare-for-test.outputs.destination }} @@ -71,7 +71,7 @@ jobs: geo-stress-test: needs: prepare-for-test - runs-on: macos-latest + runs-on: macos-15 environment: IntegrationTest env: DESTINATION: ${{ needs.prepare-for-test.outputs.destination }} @@ -102,7 +102,7 @@ jobs: storage-stress-test: needs: prepare-for-test - runs-on: macos-latest + runs-on: macos-15 environment: IntegrationTest env: DESTINATION: ${{ needs.prepare-for-test.outputs.destination }} @@ -133,7 +133,7 @@ jobs: datastore-stress-test: needs: prepare-for-test - runs-on: macos-latest + runs-on: macos-15 environment: IntegrationTest env: DESTINATION: ${{ needs.prepare-for-test.outputs.destination }} @@ -164,7 +164,7 @@ jobs: graphql-api-stress-test: needs: prepare-for-test - runs-on: macos-latest + runs-on: macos-15 environment: IntegrationTest env: DESTINATION: ${{ needs.prepare-for-test.outputs.destination }}