Skip to content

Commit

Permalink
Updated github CI for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Jul 17, 2024
1 parent 6db1212 commit 792483c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-latest
- macos-11
- macos-12
- macos-13
- macos-latest
- windows-2022
scala: [2.13, 3]
java: [temurin@8]
Expand Down
8 changes: 7 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ val Scala213 = "2.13.14"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.4.2")
ThisBuild / scalaVersion := Scala213
ThisBuild / githubWorkflowOSes :=
Seq("ubuntu-20.04", "ubuntu-latest", "macos-11", "macos-12", "windows-2022")
Seq(
"ubuntu-20.04",
"ubuntu-latest",
"macos-13",
"macos-latest",
"windows-2022"
)
ThisBuild / githubWorkflowAddedJobs += WorkflowJob(
id = "post-build",
name = "post build",
Expand Down

0 comments on commit 792483c

Please sign in to comment.