Update dependency ubuntu to v22

This commit is contained in:
renovate[bot]
2023-08-09 13:32:37 +00:00
committed by GitHub
parent 5d30931eec
commit 91ab93595e
7 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ on:
- master
jobs:
ci-matrix:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@ -30,7 +30,7 @@ jobs:
- name: sbt ci ${{ github.ref }}
run: sbt ci
ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [ci-matrix]
steps:
- name: Aggregate of lint, and all tests