Skip to content

Commit

Permalink
.github/workflows/test.yaml: Switch to using macOS 12 image
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <dueno@redhat.com>
  • Loading branch information
ueno committed Mar 17, 2023
1 parent 80d25c5 commit a2aa588
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
github-token: ${{ secrets.github_token }}

macos:
runs-on: macos-11.0
runs-on: macos-12
env:
BUILD_OPTS: CFLAGS="-Wno-error=undef"
steps:
# Checkout repo
- uses: actions/checkout@v2
Expand Down

0 comments on commit a2aa588

Please sign in to comment.