chore: update ubuntu to latest; 18.04 is no more

This commit is contained in:
Chris Hawk 2023-11-10 13:50:56 -08:00
parent 50ed9f42b5
commit 7bf4129fb3
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ on:
- molecule/gcloud/**
jobs:
molecule:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1

View file

@ -11,7 +11,7 @@ on:
- .github/workflows/gcsfuse.yml
jobs:
gcsfuse:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1