lock ubuntu version

This commit is contained in:
Carl Beekhuizen 2022-03-21 21:55:36 +01:00
parent 07ed5a268f
commit 72c8a0fa9c
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

View File

@ -107,7 +107,7 @@ jobs:
command: python ./test_deposit_script.py
build-linux-amd64:
machine:
image: ubuntu-2004:current
image: ubuntu-2004:202201-02
working_directory: ~/repo
steps:
- checkout
@ -152,7 +152,7 @@ jobs:
path: /tmp/artifacts
build-linux-arm64:
machine:
image: ubuntu-2004:current
image: ubuntu-2004:202201-02
resource_class: arm.medium
working_directory: ~/repo
steps: