Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 31, 2024
1 parent dc96f2c commit 9815a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .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]
os: [ubuntu-22.04]
scala: [2.12.20]
java: [temurin@8]
runs-on: ${{ matrix.os }}
Expand All @@ -40,9 +40,6 @@ jobs:
java-version: 8
cache: sbt

- name: Check that workflows are up to date
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck

- name: Build project
run: sbt '++ ${{ matrix.scala }}' test scripted

Expand All @@ -61,7 +58,7 @@ jobs:
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [2.12.20]
java: [temurin@8]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Code is formatted
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v4
Expand Down

0 comments on commit 9815a80

Please sign in to comment.