Skip to content

Commit

Permalink
Merge pull request #410 from hannesa2/MacOS13
Browse files Browse the repository at this point in the history
MacOS 13; XCode 15.2
  • Loading branch information
hannesa2 authored Jan 17, 2024
2 parents f0abe2b + 7497ef1 commit 5b9b1b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.macos }}
strategy:
matrix:
macos: [ macos-12 ]
xcode: [ Xcode_14.1.0 ]
macos: [ macos-13 ]
xcode: [ Xcode_15.2 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
jobs:
buildMac:
name: Build macOS
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
xcode: [ Xcode_14.1.0 ]
xcode: [ Xcode_15.2 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5b9b1b3

Please sign in to comment.