Skip to content

Commit 44fb351

Browse files
committed
Add macos-13 for amd64 builds on mac
1 parent 701726d commit 44fb351

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build-binaries.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [macos-latest, windows-latest, ubuntu-latest]
12-
arch: [ amd64, arm64 ]
13-
exclude:
14-
- os: windows-latest
15-
arch: arm64
11+
os: [macos-latest, macos-13, windows-latest, ubuntu-latest]
1612
steps:
1713
- uses: actions/checkout@v4
1814

@@ -26,8 +22,8 @@ jobs:
2622

2723
- name: Build and run CATS
2824
run: |
29-
mvn -B clean --file pom.xml
30-
mvn -B package --file pom.xml -Pnative -DskipTests=true
25+
./mvnw -B clean --file pom.xml
26+
./mvnw -B package --file pom.xml -Pnative -DskipTests=true
3127
3228
- name: Upload native image
3329
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)