update ubuntu version

This commit is contained in:
Livio Spring 2022-08-05 11:04:54 +02:00 committed by GitHub
parent 13433806c5
commit 6aaf7c0a41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ on:
jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
go: ['1.15', '1.16', '1.17', '1.18', '1.19']
@ -29,7 +29,7 @@ jobs:
file: ./profile.cov
name: codecov-go
release:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [test]
if: ${{ github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' }}
env: