forked from magma/magma
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): Updating the macos runner image (magma#15354)
changes: 1) Updated the MacOS runner to large MacOS runner , as it was supporting the nested Virtualization Signed-off-by: akhilamoyila9 <[email protected]> Co-authored-by: panyogesh <[email protected]>
- Loading branch information
1 parent
40bad04
commit 0b6303e
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
args: 'CWF integration test: docker build step failed in run <https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}|${{github.run_id}}> from commit ${{ github.sha }}: ${{ github.event.head_commit.message || github.event.pull_request.title }}' | ||
cwf-integ-test: | ||
if: github.repository_owner == 'magma' || github.event_name == 'workflow_dispatch' | ||
runs-on: macos-12 | ||
runs-on: macos-12-large | ||
needs: docker-build | ||
steps: | ||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ on: | |
jobs: | ||
lte-integ-test-bazel-magma-deb: | ||
if: github.repository_owner == 'magma' || github.event_name == 'workflow_dispatch' | ||
runs-on: macos-12 | ||
runs-on: macos-12-large | ||
steps: | ||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # [email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
jobs: | ||
sudo-python-tests: | ||
if: github.repository_owner == 'magma' || github.event_name == 'workflow_dispatch' | ||
runs-on: macos-12 | ||
runs-on: macos-12-large | ||
steps: | ||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # [email protected] | ||
- name: Cache magma-dev-box | ||
|