mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
build: bump CircleCI runners
Try using `:current` as specified in their documentation. Fixes #681
This commit is contained in:
parent
d97d04b911
commit
8bb6538cd4
1 changed files with 11 additions and 11 deletions
|
@ -96,7 +96,7 @@ jobs:
|
|||
|
||||
build-container-image:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -137,7 +137,7 @@ jobs:
|
|||
|
||||
convert-test-docs:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -167,7 +167,7 @@ jobs:
|
|||
|
||||
ci-ubuntu-noble:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -194,7 +194,7 @@ jobs:
|
|||
|
||||
ci-ubuntu-mantic:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -221,7 +221,7 @@ jobs:
|
|||
|
||||
ci-ubuntu-jammy:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -248,7 +248,7 @@ jobs:
|
|||
|
||||
ci-ubuntu-focal:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -275,7 +275,7 @@ jobs:
|
|||
|
||||
ci-fedora-40:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -302,7 +302,7 @@ jobs:
|
|||
|
||||
ci-fedora-39:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -329,7 +329,7 @@ jobs:
|
|||
|
||||
ci-fedora-38:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -356,7 +356,7 @@ jobs:
|
|||
|
||||
ci-debian-trixie:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
@ -383,7 +383,7 @@ jobs:
|
|||
|
||||
ci-debian-bookworm:
|
||||
machine:
|
||||
image: ubuntu-2004:202111-01
|
||||
image: ubuntu-2004:current
|
||||
steps:
|
||||
- checkout
|
||||
- run: *install-podman
|
||||
|
|
Loading…
Reference in a new issue