Skip to content

Commit

Permalink
Use macos-12, JDK 8 and sbt not available on macos-latest anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 10, 2024
1 parent ec5afa8 commit e313ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Build and Test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-12]
scala: [2.12.19]
java: [temurin@8, temurin@11, temurin@17, temurin@21]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ThisBuild / githubWorkflowPublish := Seq(
)
)

ThisBuild / githubWorkflowOSes := Seq("ubuntu-latest", "macos-latest")
ThisBuild / githubWorkflowOSes := Seq("ubuntu-latest", "macos-12")

ThisBuild / githubWorkflowJavaVersions := Seq(
JavaSpec.temurin("8"),
Expand Down

0 comments on commit e313ecb

Please sign in to comment.