Skip to content

Commit

Permalink
Merge pull request #827 from Sanofi-IADC/chore/upgrade-release-runner…
Browse files Browse the repository at this point in the history
…-verison

chore: upgrade ubuntu runner version on release job
  • Loading branch information
afd-sanofi committed Feb 26, 2024
2 parents 8457bfa + 6917e22 commit a918487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
needs: quality
# https://gitpro.ttaallkk.topmunity/t/how-do-i-specify-job-dependency-running-in-another-workflow/16482
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'chore(release):')
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
CACHE_IMAGE: sanofiiadc/whispr
steps:
Expand Down

0 comments on commit a918487

Please sign in to comment.