Temporary remove macos-12 because Java 8 is not running there. Anyone, feel free to fix this :-)

This commit is contained in:
Arnaud Roques 2022-07-21 17:25:18 +02:00
parent 36652c6faa
commit 04c4a6c156
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
fail-fast: false
matrix:
java_version: [ 8, 11, 17 ]
os: [ macos-12, ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2022 ]
os: [ ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2022 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository