Skip to content

Commit

Permalink
Try to reach M1
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sebbASF committed Oct 27, 2023
1 parent a2a6436 commit e8d8df8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/benchmarkadhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
strategy:
matrix:
# macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
os: [macos-11, ubuntu-20.04, windows-latest]
# os: [macos-11, ubuntu-20.04, windows-latest]
os: [ macos-13 ]
# Run lowest and highest Java versions only
java: [ 8, 21 ]
# java: [ 8, 21 ]
java: [ 8 ]
experimental: [false]
fail-fast: false

Expand Down Expand Up @@ -63,3 +65,6 @@ jobs:
env:
OPENSSL_HOME: "C:\\Miniconda\\Library"
run: mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false clean test-compile -Pbenchmark
# will fail on Windows...
- name: Host details
run: uname -a

0 comments on commit e8d8df8

Please sign in to comment.