Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
ctest -L main --verbose --timeout 900

macOS-latest-cmake-arm64-webgpu:
runs-on: latest
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this actually a self-hosted runner (latest) that` is used in this job?

Could someone bring me up to speed on why we could not use macos-latest instead which feels like it might be more reliable?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it is a self-hosted runner. If macos-latest runs, don't think there is a problem to use it. cc @reeselevine

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The job was picked up but there was a test failure which seems to be the same issue as the other macOS-latest-cmake-arm64 job fails on. So perhaps this could be merged just the same as it looks like it at least enabled the job to run.

runs-on: macos-latest

steps:
- name: Clone
Expand Down
Loading