Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Aug 15, 2024
1 parent 66ae63a commit 083bedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-2022]
os: [ubuntu-latest, windows-2022-20230814]
java: [jdk21]
fail-fast: false
steps:
Expand All @@ -15,7 +15,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.java == 'jdk21'
run: docker compose -f docker/Linux-JDK21/docker-compose.yml up --build --exit-code-from cantaloupe
- name: Test in Windows JDK 21
if: matrix.os == 'windows-2022' && matrix.java == 'jdk21'
if: matrix.os == 'windows-2022-20230814' && matrix.java == 'jdk21'
run: docker-compose -f docker/Windows-JDK21/docker-compose.yml up --build --exit-code-from cantaloupe
# TODO: Windows+GraalVM

0 comments on commit 083bedb

Please sign in to comment.