Skip to content
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

chore: Update to macos-13 for mac runners #23193

Merged
merged 6 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
reinstall
  • Loading branch information
mmastrac committed Apr 2, 2024
commit f139de1bac5c9232884c1c0377fe6c49354e8a06
2 changes: 1 addition & 1 deletion .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ const ci = {
{
name: "Install updated cURL from Brew",
run: [
"brew install curl",
"brew reinstall curl",
].join("\n"),
if: `matrix.os == 'macos'`,
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:
run: ./tools/install_prebuilt.js ld64.lld
if: '!(matrix.skip) && (matrix.os == ''macos'' && matrix.arch == ''aarch64'')'
- name: Install updated cURL from Brew
run: brew install curl
run: brew reinstall curl
if: '!(matrix.skip) && (matrix.os == ''macos'')'
- name: Install rust-codesign
run: |-
Expand Down
Loading