Skip to content

Commit

Permalink
github: unbreak release workflow by using macos-13 (#52)
Browse files Browse the repository at this point in the history
Summary:
macos-12 is deprecated, and doesn't seem to be working anymore. macos-13 can still be used to produce x86_64 binaries for now.

Pull Request resolved: #52

Reviewed By: zertosh

Differential Revision: D67957008

Pulled By: dtolnay

fbshipit-source-id: 0d27627c3e58bb7216223527f576bde918d8b5d6
  • Loading branch information
thoughtpolice authored and facebook-github-bot committed Jan 9, 2025
1 parent 8f90c1f commit 048bc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cross: true
- os: 'macos-14'
triple: 'aarch64-apple-darwin'
- os: 'macos-12'
- os: 'macos-13'
triple: 'x86_64-apple-darwin'
- os: 'windows-2022'
triple: 'x86_64-pc-windows-msvc'
Expand Down

0 comments on commit 048bc8b

Please sign in to comment.