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 829fb96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -25,7 +25,7 @@ jobs:
- name: Compile On macOS
working-directory: ./cpp
if: runner.os == 'macOS'
run: bazel build //...
run: bazel build --copt=-Wno-deprecated-builtins //...
- name: Run Unit Tests On Linux
working-directory: ./cpp
if: runner.os == 'Linux'
Expand Down

0 comments on commit 829fb96

Please sign in to comment.