Skip to content

Commit

Permalink
Merge pull request #46 from Boehringer-Ingelheim/freeze_ubuntu
Browse files Browse the repository at this point in the history
Freeze ubuntu version on runs-on directives.
  • Loading branch information
ml-ebs-ext authored Dec 12, 2024
2 parents f4a9273 + 2f867d3 commit 4ebe324
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
check:
name: ${{ vars.CI_IMAGE }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ${{ vars.CI_IMAGE }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
gitleaks:
name: ${{ vars.CI_IMAGE }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ${{ vars.CI_IMAGE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
lintr:
name: ${{ vars.CI_IMAGE }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ${{ vars.CI_IMAGE }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
pkgdown:
name: ${{ vars.CI_IMAGE }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ${{ vars.CI_IMAGE }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
create-release:
name: ${{ vars.CI_IMAGE }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout project ⬇️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
roxygen:
name: ${{ vars.CI_IMAGE }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ${{ vars.CI_IMAGE }}
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
test:
name: ${{ vars.CI_IMAGE }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ${{ vars.CI_IMAGE }}
env:
Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
with:
name: snap_results
path: snaps_archive


0 comments on commit 4ebe324

Please sign in to comment.