Skip to content

Commit

Permalink
fix excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb authored Oct 23, 2024
1 parent 1082a37 commit 94efa2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
platforms: 'linux/amd64'
exclude:
# https://github.com/VirtusLab/scala-cli/issues/3130
- scalaVersion: '3.5.1'
- scalaVersion: '3.5.2'
javaTag: 'graalvm-community-22.0.1'
- scalaVersion: '3.5.1'
- scalaVersion: '3.5.2'
javaTag: 'graalvm-community-21.0.2'
- scalaVersion: '3.5.1'
- scalaVersion: '3.5.2'
javaTag: 'graalvm-ce-22.3.3-b1-java17'
# https://github.com/VirtusLab/scala-cli/issues/2758
# - scalaVersion: '3.5.0'
Expand Down

0 comments on commit 94efa2d

Please sign in to comment.