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 92eb9c814b
commit f1fe6f9145
2 changed files with 2 additions and 2 deletions

View file

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

View file

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