Skip to content

Commit

Permalink
Updated macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuomkar committed May 5, 2024
1 parent fe71ae3 commit ac34883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:

jobs:
build-mac:
name: "Macos 13.6.6 Xcode (Clang)"
runs-on: macos-13
name: "Macos 14.4.1 arm64 Xcode (Clang)"
runs-on: macos-14
strategy:
matrix:
xcode: [14.1, 15.2]
xcode: [14.3.1, 15.3]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ac34883

Please sign in to comment.