-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Master - add test prebuilds #2453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
(cherry picked from commit 8073c83)
| options: | ||
| - '["ubuntu-latest"]' | ||
| - '["windows-latest"]' | ||
| - '["macos-13"]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - '["macos-13"]' | |
| - '["macos-15-intel"]' |
Replace GitHub Actions runner image macos-13 with macos-15-intel as recommended in:
The macOS 13 runner image will be retired by December 4th, 2025.
The currently available GitHub Actions macOS runners are:
| macOS Version | runner.arch |
|---|---|
| macos-13 | X64 |
| macos-14 | ARM64 |
| macos-15 | ARM64 |
| macos-15-intel | X64 |
| macos-26 | ARM64 |
| macos-latest | ARM64 |
| - '["20"]' | ||
| - '["21"]' | ||
| - '["22"]' | ||
| - '["18", "20", "22"]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
23, 24, 25?
| env: | ||
| CANVAS_VERSION_TO_BUILD: ${{ matrix.canvas_tag }} | ||
| steps: | ||
| - uses: actions/checkout@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - uses: actions/checkout@v2 | |
| - uses: actions/checkout@v5 |
| # branch's files | ||
| fetch-depth: 0 | ||
|
|
||
| - uses: actions/setup-node@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - uses: actions/setup-node@v1 | |
| - uses: actions/setup-node@v6 |
Thanks for contributing!
see
#2452
for details. we need the file in master else we won't see the action :(.