Skip to content

Commit 78a646e

Browse files
authored
chore: Change amd64 runner to 10.15 OS version for amd64 build (#72)
Signed-off-by: Vishwas Siravara <[email protected]> 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 <[email protected]>
1 parent a7f8772 commit 78a646e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-build-to-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if-no-files-found: error
4040

4141
macos-x86-build:
42-
runs-on: ['self-hosted', 'macos', 'amd64', '11.7']
42+
runs-on: ['self-hosted', 'macos', 'amd64', '10.15']
4343
timeout-minutes: 60
4444
steps:
4545
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)