Skip to content

Commit

Permalink
Removed ubuntu 20.04 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Feb 3, 2024
1 parent 4a04aab commit 86b5ef5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- macos-11
- macos-12
os: [ubuntu-latest, macos-11, macos-12]
scala: [3, 2.13, 2.12]
java: [temurin@8]
project: [rootJS, rootJVM, rootNative]
exclude:
- project: rootJS
os: ubuntu-20.04
- project: rootJVM
os: ubuntu-20.04
- project: rootJS
os: macos-11
- project: rootJVM
Expand Down
1 change: 0 additions & 1 deletion workflows.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ThisBuild / githubWorkflowBuildMatrixFailFast := Some(false)
ThisBuild / tlSiteJavaVersion := JavaSpec.temurin("17")
ThisBuild / githubWorkflowOSes := Seq(
"ubuntu-latest",
"ubuntu-20.04",
// "windows-2022", // disable for now, there is some linking problem
"macos-11",
"macos-12"
Expand Down

0 comments on commit 86b5ef5

Please sign in to comment.