Skip to content
Draft
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/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
os-emoji: 🍎
matrix: macos-intel
name: macOS Intel
file_name: macos
file_name: macos-intel
Copy link
Member

Choose a reason for hiding this comment

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

I think this is intentional, to keep consistency with the old historical intel-only filenames that existed before arm macs were a thing. Im kind of in favor of just keeping it this way and letting it get "resolved" when mac intel is no longer supported

Copy link
Member

Choose a reason for hiding this comment

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

We likely could rename this, but there are a number of downstream workflows we'd need to update as well, that expect this particular filename

Copy link
Member

Choose a reason for hiding this comment

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

(relevant to installers, not tests - but since we try and keep the matrix somewhat consistent...)

concurrency-name: macos-intel
configuration: ${{ needs.configure.outputs.configuration }}
matrix_mode: ${{ needs.configure.outputs.matrix_mode }}
Expand Down
Loading