Skip to content

Commit

Permalink
chore: Change amd64 runner to 10.15 OS version for amd64 build (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwas Siravara <siravara@amazon.com>

Issue #, if available:
[53](#53)
*Description of changes:*
Change to amd64 build to run on 10.15 macos to support finch on macos
10.15
*Testing done:*
N/A , can be tested on `main` branch since workflow is triggered by
`workflow_dispatch` trigger.


- [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: Vishwas Siravara <siravara@amazon.com>
  • Loading branch information
vsiravar committed Nov 30, 2022
1 parent a7f8772 commit 78a646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-build-to-s3.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:
if-no-files-found: error

macos-x86-build:
runs-on: ['self-hosted', 'macos', 'amd64', '11.7']
runs-on: ['self-hosted', 'macos', 'amd64', '10.15']
timeout-minutes: 60
steps:
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 78a646e

Please sign in to comment.