Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 24, 2024
1 parent 61251d8 commit 4593078
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 @@ -13,7 +13,7 @@ concurrency:

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

Expand All @@ -28,7 +28,7 @@ jobs:

- name: Set Xcode version
run: |
sudo xcode-select --switch /Applications/Xcode_14.app
sudo xcode-select --switch /Applications/Xcode_14.2.app
xcodebuild -version
clang --version
Expand Down

0 comments on commit 4593078

Please sign in to comment.