Skip to content

Commit

Permalink
gha: make tests use ubuntu 22.04 images
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Jul 11, 2023
1 parent 48ff5d0 commit 0f1bff5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
container:
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-20.04:develop
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-22.04:develop
volumes:
- "/etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-upload:
runs-on: ubuntu-latest
container:
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-20.04:develop
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-22.04:develop

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/testing-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
container:
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-20.04:develop
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-22.04:develop
steps:
- uses: actions/checkout@v3
- name: Run pre-commit
Expand All @@ -27,7 +27,7 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
container:
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-20.04:develop
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-22.04:develop

strategy:
matrix:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
build-on-cuda:
runs-on: ubuntu-latest
container:
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-20.04-cuda:develop
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-22.04-cuda:develop

strategy:
matrix:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
build-on-opencl:
runs-on: ubuntu-latest
container:
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-20.04-cuda:develop
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-22.04-cuda:develop

strategy:
matrix:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
runs-on: ubuntu-latest
needs: build-and-test
container:
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-20.04:develop
image: ghcr.io/cp2k/dbcsr-build-env-ubuntu-22.04:develop

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0f1bff5

Please sign in to comment.