Skip to content

Commit

Permalink
Change macos runner to regular (iree-org#17634)
Browse files Browse the repository at this point in the history
Not sure if we should perhaps delete this one completely for now.

ci-exactly: build_test_all_macos_x86_64

---------

Co-authored-by: Scott Todd <[email protected]>
  • Loading branch information
jpienaar and ScottTodd authored Jun 11, 2024
1 parent 6e1d80a commit c1e542d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
build_test_all_macos_x86_64:
needs: setup
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'build_test_all_macos_x86_64')
runs-on: macos-13-xl
runs-on: macos-13
env:
BUILD_DIR: build-macos
defaults:
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
env:
IREE_WRITE_REMOTE_CCACHE: ${{ needs.setup.outputs.write-caches }}
IREE_CCACHE_GCP_TOKEN: ${{ steps.gcp-auth.outputs.access_token }}
CCACHE_NAMESPACE: github-macos-12-xl
CCACHE_NAMESPACE: github-macos-13
run: bash ./build_tools/cmake/build_all.sh "${BUILD_DIR}"
- name: "Testing IREE"
run: bash ./build_tools/cmake/ctest_all.sh "${BUILD_DIR}"
Expand Down

0 comments on commit c1e542d

Please sign in to comment.