Skip to content

Commit 274886c

Browse files
[ci] Hold back Fedora version for should-be
See also #215
1 parent 7309198 commit 274886c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"fail-fast": false,
1616
"matrix": {
1717
"name": ["debian-stable", "debian-heimdal", "centos-8",
18-
"fedora-latest"],
18+
"fedora-31"],
1919
"include": [
2020
{
2121
"name": "debian-stable",
@@ -31,8 +31,8 @@
3131
"distro": "centos:8",
3232
},
3333
{
34-
"name": "fedora-latest",
35-
"distro": "fedora:latest",
34+
"name": "fedora-31",
35+
"distro": "fedora:31",
3636
"flake": "yes",
3737
},
3838
],

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "Build docs",
1414
"run": "./ci/run-on-linux.sh ./ci/before-docs-deploy.sh",
15-
"env": { "DISTRO": "fedora:latest" },
15+
"env": { "DISTRO": "fedora:31" },
1616
},
1717
{
1818
"name": "Deploy latest docs",

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "Set things up",
1414
"run": "./ci/run-on-linux.sh ./ci/before-deploy.sh",
15-
"env": { "DISTRO": "fedora:latest" },
15+
"env": { "DISTRO": "fedora:31" },
1616
},
1717
{
1818
"name": "Deploy to PyPI",

0 commit comments

Comments
 (0)