Skip to content

Commit

Permalink
ci: Update macOS image
Browse files Browse the repository at this point in the history
The macOS 12 GHA image has been deprecated since 2024-10-07.
See: actions/runner-images#10721
  • Loading branch information
hebasto committed Oct 24, 2024
1 parent 68b5520 commit b38316a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -612,9 +612,9 @@ jobs:
if: ${{ always() }}

x86_64-macos-native:
name: "x86_64: macOS Monterey, Valgrind"
name: "x86_64: macOS Ventura, Valgrind"
# See: https://github.com/actions/runner-images#available-images.
runs-on: macos-12
runs-on: macos-13

env:
CC: 'clang'
Expand Down

0 comments on commit b38316a

Please sign in to comment.