Skip to content

Commit

Permalink
fix mac version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Jul 16, 2024
1 parent 179117f commit ef8c836
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
PYTHON_VERSION: '3.12.2'
MAVEN_VERSION: 3.8.1
WINDOWS_VERSION: 'windows-2019'
MACOS_VERSION: 'macos-latest'
MACOS_VERSION: 'macos-13'

MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, windows-2019, macos-latest ]
os: [ ubuntu-22.04, windows-2019, macos-13 ]

steps:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
PYTHON_VERSION: '3.11.8'
MAVEN_VERSION: 3.8.1
WINDOWS_VERSION: 'windows-2019'
MACOS_VERSION: 'macos-latest'
MACOS_VERSION: 'macos-13'



Expand Down Expand Up @@ -109,10 +109,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, windows-2019, macos-latest ] # ubuntu-latest, , macos-latest
os: [ ubuntu-22.04, windows-2019, macos-13 ] # ubuntu-latest, , macos-13
platform: [ x64 ] #x32, x64 ]
exclude:
- os: macos-latest
- os: macos-13
platform: x32
steps:
- name: Set up Java
Expand Down

0 comments on commit ef8c836

Please sign in to comment.