Skip to content

Commit 87294b0

Browse files
Merge pull request mala-project#656 from mala-project/update_image
Update runner to Ubuntu 22.04
2 parents d22a8f2 + 3713757 commit 87294b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
cpu-tests:
120120
needs: build-docker-image-cpu
121-
runs-on: ubuntu-20.04
121+
runs-on: ubuntu-22.04
122122
env:
123123
IMAGE_REPO: ${{ needs.build-docker-image-cpu.outputs.image-repo }}
124124
DOCKER_TAG: ${{ needs.build-docker-image-cpu.outputs.docker-tag }}

0 commit comments

Comments
 (0)