downgrade ubuntu runner version in ci
This commit is contained in:
parent
938920fcad
commit
d219bf29e4
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
name: Build PowerPC Binaries
|
||||
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
|
||||
continue-on-error: true
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
needs: [check, test, lints]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -134,7 +134,7 @@ jobs:
|
||||
publish-docker:
|
||||
name: Build and Publish Docker Image
|
||||
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
needs: [check, test, lints]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user