Skip to content

Commit

Permalink
buck2/oss: use macos-13 runner
Browse files Browse the repository at this point in the history
Summary: `macos-12` runner is deprecated and no longer available: actions/runner-images#10721

Differential Revision: D66820826
  • Loading branch information
KapJI authored and facebook-github-bot committed Dec 5, 2024
1 parent ba5bba0 commit 994c4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_buck2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- os: 'ubuntu-22.04'
triple: 'x86_64-unknown-linux-musl'
cross: true
- os: 'macos-12'
- os: 'macos-13'
triple: 'aarch64-apple-darwin'
cross: true
- 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 994c4b7

Please sign in to comment.