From 825589bf208390a240c9e289026572c0f31229d6 Mon Sep 17 00:00:00 2001 From: Gerrit Grunwald Date: Fri, 8 Nov 2024 11:12:49 +0100 Subject: [PATCH] Updated ci.yaml --- .github/workflows/ci.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9bb5e90..33c4947 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,11 +25,10 @@ jobs: name: GlucoStatusFX Windows path: | build/installer - build/libs - + build/libs - build-mac: - runs-on: [ macos-13 ] + build-mac-aarch64: + runs-on: [ macos-latest ] steps: - uses: actions/checkout@v4 - name: Set up JDK 21.0.4 @@ -53,10 +52,9 @@ jobs: path: | build/installer build/libs - - build-mac-aarch64: - runs-on: [ macos-latest ] + build-mac-x64: + runs-on: [ macos-13 ] steps: - uses: actions/checkout@v4 - name: Set up JDK 21.0.4 @@ -81,7 +79,6 @@ jobs: build/installer build/libs - build-linux: runs-on: [ ubuntu-latest ] steps: