Skip to content

Commit

Permalink
Update AMD64 macos workflow to use X86 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
toor1245 committed Aug 25, 2024
1 parent 104602c commit 6ef9ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos_bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
# Building using the github runner environement directly.
bazel:
runs-on: macos-latest
runs-on: macos-latest-large
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
# Building using the github runner environement directly.
xcode:
runs-on: macos-latest
runs-on: macos-latest-large
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
Expand Down

0 comments on commit 6ef9ff6

Please sign in to comment.