@@ -13,16 +13,16 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 os : [ubuntu-latest, windows-latest, macos-latest]
16- scalaJsVersion : ["1.9.0", "1.10.0"]
16+ scalaJsVersion : ["1.9.0", "1.10.0", "1.10.1" ]
1717 steps :
1818 - uses : actions/checkout@v2
1919 with :
2020 fetch-depth : 0
2121 submodules : true
2222 - uses : coursier/cache-action@v6.3
23- - uses : coursier/setup-action@v1
23+ - uses : coursier/setup-action@v1.2.0-M3
2424 with :
25- jvm : 8
25+ jvm : temurin:17
2626 - run : |
2727 ./mill -i "native[$scalaJsVersion].writeNativeImageScript" generate.sh "" && \
2828 ./generate.sh && \
@@ -54,16 +54,16 @@ jobs:
5454 strategy :
5555 fail-fast : false
5656 matrix :
57- scalaJsVersion : ["1.9.0", "1.10.0"]
57+ scalaJsVersion : ["1.9.0", "1.10.0", "1.10.1" ]
5858 steps :
5959 - uses : actions/checkout@v2
6060 with :
6161 fetch-depth : 0
6262 submodules : true
6363 - uses : coursier/cache-action@v6.3
64- - uses : coursier/setup-action@v1
64+ - uses : coursier/setup-action@v1.2.0-M3
6565 with :
66- jvm : 8
66+ jvm : temurin:17
6767 - run : |
6868 ./mill -i "native-static[$scalaJsVersion].writeNativeImageScript" generate.sh "" && \
6969 ./generate.sh && \
@@ -86,16 +86,16 @@ jobs:
8686 strategy :
8787 fail-fast : false
8888 matrix :
89- scalaJsVersion : ["1.9.0", "1.10.0"]
89+ scalaJsVersion : ["1.9.0", "1.10.0", "1.10.1" ]
9090 steps :
9191 - uses : actions/checkout@v2
9292 with :
9393 fetch-depth : 0
9494 submodules : true
9595 - uses : coursier/cache-action@v6.3
96- - uses : coursier/setup-action@v1
96+ - uses : coursier/setup-action@v1.2.0-M3
9797 with :
98- jvm : 8
98+ jvm : temurin:17
9999 - run : |
100100 ./mill -i "native-mostly-static[$scalaJsVersion].writeNativeImageScript" generate.sh "" && \
101101 ./generate.sh && \
0 commit comments