Skip to content

Commit

Permalink
Merge pull request #38 from eed3si9n/wip/ubuntu
Browse files Browse the repository at this point in the history
Downgrade to Ubuntu 20.04
  • Loading branch information
eed3si9n authored Jan 4, 2023
2 parents 99720b8 + b11c393 commit ee34393
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-20.04
java: 8
jobtype: 1
- os: macos-latest
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash
run: sbt "buildNativeArtifacts; test"
- name: Archive native artifacts (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-20.04' }}
uses: actions/upload-artifact@v2
with:
name: dist-${{ runner.os }}
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ buildDarwin := {

inThisBuild(
List(
version := "1.4.1-SNAPSHOT",
organization := "org.scala-sbt.ipcsocket",
organizationName := "sbt",
organizationHomepage := Some(url("http://scala-sbt.org/")),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.8.0
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.swoval" % "sbt-source-format" % "0.3.1")

0 comments on commit ee34393

Please sign in to comment.