mirror of
https://github.com/digitalocean/ceph_exporter
synced 2025-01-04 22:19:33 +00:00
Update Github Actions
Update Github Actions to use ubuntu 20.04 * Update run_tests.yml * Update run_build.yml
This commit is contained in:
parent
fec95971a1
commit
a52902054e
2
.github/workflows/run_build.yml
vendored
2
.github/workflows/run_build.yml
vendored
@ -23,7 +23,7 @@ on:
|
||||
jobs:
|
||||
|
||||
run-go-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
2
.github/workflows/run_tests.yml
vendored
2
.github/workflows/run_tests.yml
vendored
@ -23,7 +23,7 @@ on:
|
||||
jobs:
|
||||
|
||||
run-go-tests:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user