Skip to content

Commit

Permalink
Update macOS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Nov 17, 2024
1 parent 15b14f0 commit 782a89d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ env:

jobs:
macos-test-build-release-xcode:
runs-on: macOS-latest
strategy:
matrix:
xcode: ["14.3.1", "15.4", "16.0"]
os: ["macos-14", "macos-15"]
xcode: ["15.4", "16.0"]
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
Expand Down

0 comments on commit 782a89d

Please sign in to comment.