From e313ecbd37873af661cde9e0bde1a8368d045ce0 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 10 May 2024 21:50:09 +0200 Subject: [PATCH] Use macos-12, JDK 8 and sbt not available on macos-latest anymore --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51613a4..687632d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/build.sbt b/build.sbt index 201af9e..d807486 100644 --- a/build.sbt +++ b/build.sbt @@ -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"),