There was an error while loading. Please reload this page.
1 parent adb2b8b commit 5368b42Copy full SHA for 5368b42
.github/workflows/ci.yml
@@ -27,11 +27,7 @@ jobs:
27
name: Test
28
strategy:
29
matrix:
30
- os:
31
- - ubuntu-latest
32
- - macos-13
33
- - macos-latest
34
- - windows-2022
+ os: [ubuntu-latest, macos-latest, windows-latest]
35
scala: [2.13, 3]
36
java: [temurin@17]
37
project: [rootJVM, rootNative]
build.sbt
@@ -18,9 +18,8 @@ ThisBuild / githubWorkflowJavaVersions := Seq(LTSJava)
18
ThisBuild / githubWorkflowOSes :=
19
Seq(
20
"ubuntu-latest",
21
- "macos-13",
22
"macos-latest",
23
- "windows-2022"
+ "windows-latest"
24
)
25
ThisBuild / githubWorkflowAddedJobs += WorkflowJob(
26
id = "post-build",
0 commit comments