Skip to content

Commit

Permalink
Updated ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Nov 8, 2024
1 parent 4029ecd commit 825589b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -81,7 +79,6 @@ jobs:
build/installer
build/libs
build-linux:
runs-on: [ ubuntu-latest ]
steps:
Expand Down

0 comments on commit 825589b

Please sign in to comment.