1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-25 23:53:45 +02:00

.github: use ubuntu-22.04 for actions
All checks were successful
continuous-integration/drone/push Build is passing

Apparently 'ubuntu-latest' is still 20.04 and today is 2022-10-03,
which seems a bit old!

See: https://github.com/actions/runner-images
This commit is contained in:
Alan Orth 2022-10-03 19:57:56 +03:00
parent 0720605b6a
commit bb0f267941
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -8,7 +8,7 @@ on: ['push', 'pull_request']
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
database: