diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1bb6f4d6188..293efcd405a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ on: type: string acceptance-test-platforms: required: false - default: windows-latest macos-11 + default: windows-latest macos-latest description: Platforms on which to run integration tests, as a space delimited list type: string enable-coverage: diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index d1290355ddce..0b1f51e0dca3 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -69,7 +69,7 @@ jobs: acceptance-test-platforms: >- # No newlines or trailing newline. ${{ contains(github.event.pull_request.labels.*.name, 'ci/test') - && 'macos-11 windows-latest' + && 'macos-latest windows-latest' || '' }} enable-coverage: true diff --git a/scripts/get-job-matrix.py b/scripts/get-job-matrix.py index 59423c5965ff..ea605af153a4 100755 --- a/scripts/get-job-matrix.py +++ b/scripts/get-job-matrix.py @@ -88,7 +88,7 @@ class MakefileTest(TypedDict): {"name": "sdk/nodejs sxs_tests", "run": "cd sdk/nodejs && ../../scripts/retry make sxs_tests", "eta": 3}, ] -ALL_PLATFORMS = ["ubuntu-latest", "windows-latest", "macos-11"] +ALL_PLATFORMS = ["ubuntu-latest", "windows-latest", "macos-latest"] MINIMUM_SUPPORTED_VERSION_SET = {