Skip to content

Commit 5368b42

Browse files
committed
Updated CI runner environments
1 parent adb2b8b commit 5368b42

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
name: Test
2828
strategy:
2929
matrix:
30-
os:
31-
- ubuntu-latest
32-
- macos-13
33-
- macos-latest
34-
- windows-2022
30+
os: [ubuntu-latest, macos-latest, windows-latest]
3531
scala: [2.13, 3]
3632
java: [temurin@17]
3733
project: [rootJVM, rootNative]

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ ThisBuild / githubWorkflowJavaVersions := Seq(LTSJava)
1818
ThisBuild / githubWorkflowOSes :=
1919
Seq(
2020
"ubuntu-latest",
21-
"macos-13",
2221
"macos-latest",
23-
"windows-2022"
22+
"windows-latest"
2423
)
2524
ThisBuild / githubWorkflowAddedJobs += WorkflowJob(
2625
id = "post-build",

0 commit comments

Comments
 (0)