1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 13:45:31 +00:00

github CI: use ubuntu-20.04

This commit is contained in:
Thomas Waldmann 2022-12-17 20:30:07 +01:00
parent a3614b5a3c
commit c9a879a358
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: psf/black@22.6.0

View file

@ -31,7 +31,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:

View file

@ -14,7 +14,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read