mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
chore: update ubuntu to latest; 18.04 is no more
This commit is contained in:
parent
92eb9c814b
commit
f1fe6f9145
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gcloud.yml
vendored
2
.github/workflows/gcloud.yml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/gcsfuse.yml
vendored
2
.github/workflows/gcsfuse.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue