Skip to content

Commit

Permalink
update CI Operating System
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubertpalo committed Sep 22, 2022
1 parent 2de1b9b commit 8eedd43
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push]
jobs:
build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
target/doc/
test-mithril-core:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.event_name == 'push' }}
needs: [ build ]
steps:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
./**/test-results-*.xml
run-test-lab:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [ build ]
steps:
- name: Checkout sources
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:

publish-tests-results:
if: github.event.pull_request.draft == false && ${{ always() }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [ test-mithril-core ]
steps:
- name: Download mithril-core Tests Results
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
files: ./**/test-results-*.xml

docker-mithril:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.event_name == 'push' }}
needs:
- test-mithril-core
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:

deploy-nightly:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- test-mithril-core
- run-test-lab
Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:

generate-publish-docs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- docker-mithril
steps:
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
publish_dir: ./github-pages

terraform:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- docker-mithril
env:
Expand Down

0 comments on commit 8eedd43

Please sign in to comment.