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
50ed9f42b5
commit
7bf4129fb3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gcloud.yml
vendored
2
.github/workflows/gcloud.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/gcsfuse.yml
vendored
2
.github/workflows/gcsfuse.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue