Update workflows to use latest Ubuntu (#4789)

This commit is contained in:
rlmenge 2023-02-08 14:23:19 -08:00 committed by GitHub
parent b8aecfc9e6
commit 057a2b4347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ on:
jobs:
build:
name: Check Manifests
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Check out code

View File

@ -13,7 +13,7 @@ jobs:
build:
name: Go Test Coverage
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x