Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #191 from 100km/ubuntu-latest
Browse files Browse the repository at this point in the history
Use ubuntu latest
  • Loading branch information
samueltardieu authored Sep 18, 2023
2 parents 4cfa7e2 + 0359e5e commit 44032f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Scala unit tests with Java ${{ matrix.jdk }}
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [11, 17, 20]
Expand All @@ -28,7 +28,7 @@ jobs:
run: sbt test
assemble:
name: Assembly test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 44032f8

Please sign in to comment.