Skip to content

Commit

Permalink
Fix release on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 authored and alexmucde committed Aug 11, 2023
1 parent a37452b commit 6e4bac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
jobs:
buildMac:
name: Build macOS
runs-on: macos-11
runs-on: ${{ matrix.macos }}
strategy:
matrix:
macos: [ macos-10.15, macos-11 ]
xcode: [ Xcode_12.5 ]
macos: [ macos-12 ]
xcode: [ Xcode_14.1.0 ]
steps:
- name: Checkout
uses: actions/checkout@v3
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-latest
runs-on: macos-12
strategy:
matrix:
xcode: [ Xcode_12.5 ]
xcode: [ Xcode_14.1.0 ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6e4bac2

Please sign in to comment.