ci: update fedora to 36

to support the latest gtk4-rs
This commit is contained in:
Stéphane Cerveau 2023-02-13 21:54:39 +01:00
parent 8872dab55b
commit 435e7bfd0d

View file

@ -16,9 +16,9 @@ variables:
# Version and tag for our current container
.fedora:
variables:
FDO_DISTRIBUTION_VERSION: "35"
FDO_DISTRIBUTION_VERSION: "36"
# Update this to trigger a container rebuild
FDO_DISTRIBUTION_TAG: "2023-02-13.0"
FDO_DISTRIBUTION_TAG: "2023-02-13.1"
before_script:
- source ./ci/env.sh
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config