Skip to content

Commit

Permalink
Reorder label in MacOS release job
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Sep 30, 2024
1 parent 69ed2dd commit b44493f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ${{ matrix.macos }}
strategy:
matrix:
abi: [ x86 ]
macos: [ macos-13 ]
abi: [ x86 ]
xcode: [ Xcode_15.2 ]
include:
- abi: arm64
macos: macos-14
- macos: macos-14
abi: arm64
xcode: Xcode
steps:
- name: Checkout
Expand Down

0 comments on commit b44493f

Please sign in to comment.