From 69ed2dd7bf585783efd64ee59ff5e738fec6bb64 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 30 Sep 2024 10:37:55 +0200 Subject: [PATCH] Reorder label in MacOS release job --- .github/workflows/Release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 87519599..c3292334 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -12,12 +12,12 @@ jobs: runs-on: ${{ matrix.macos }} strategy: matrix: - xcode: [ Xcode_15.2 ] abi: [ x86 ] macos: [ macos-13 ] + xcode: [ Xcode_15.2 ] include: - - macos: macos-14 - abi: arm64 + - abi: arm64 + macos: macos-14 xcode: Xcode steps: - name: Checkout