Skip to content

Commit

Permalink
Update macos image, actions/runner-images#10721
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhimins committed Jan 21, 2025
1 parent 58241fc commit 1ace1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Disable VS 2022 before https://github.com/bazelbuild/bazel/issues/18592 issue is solved
# Remove macos-11 since there is no such runner available
# os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
os: [ubuntu-20.04, ubuntu-22.04, macos-12, windows-2019]
os: [ubuntu-20.04, ubuntu-22.04, macos-14, windows-2019]
steps:
- uses: actions/checkout@v2
- name: Compile On Linux
Expand Down

0 comments on commit 1ace1e1

Please sign in to comment.