Skip to content

Commit

Permalink
Merge branch 'fibers' into jmh_fibers
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Aug 15, 2024
2 parents 315ed49 + 83c3b92 commit 57c9b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
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-latest' && matrix.java == 'jdk21'
run: docker-compose -f docker/Windows-JDK21/docker-compose.yml up --build --exit-code-from cantaloupe
run: docker compose -f docker/Windows-JDK21/docker-compose.yml up --build --exit-code-from cantaloupe
# TODO: Windows+GraalVM

0 comments on commit 57c9b7f

Please sign in to comment.