mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 11:28:25 +00:00
Update dependency ubuntu to v22
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user