From 9fed740eb35b3c2682d38291d2f75d90d96e76ae Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Mon, 3 Apr 2023 13:12:55 -0700 Subject: [PATCH] ci: Remove 10.15 support (#338) Issue #, if available: *Description of changes:* Remove 10.15 runner support as 10.15 is deprecated officially *Testing done:* - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Kevin Li --- .github/workflows/upload-build-to-s3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-build-to-s3.yaml b/.github/workflows/upload-build-to-s3.yaml index a29bb9550..af843c6ec 100644 --- a/.github/workflows/upload-build-to-s3.yaml +++ b/.github/workflows/upload-build-to-s3.yaml @@ -42,7 +42,7 @@ jobs: if-no-files-found: error macos-x86_64-build: - runs-on: ['self-hosted', 'macos', 'amd64', '10.15'] + runs-on: ['self-hosted', 'macos', 'amd64', '11.7'] timeout-minutes: 60 steps: - uses: actions/checkout@v3