Skip to content

Commit

Permalink
ci: Remove 10.15 support (runfinch#338)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
KevinLiAWS authored Apr 3, 2023
1 parent 1c44b3e commit 9fed740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-build-to-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fed740

Please sign in to comment.