Skip to content

Commit

Permalink
[ci] Hold back Fedora version for should-be
Browse files Browse the repository at this point in the history
  • Loading branch information
frozencemetery committed Jul 7, 2020
1 parent 7309198 commit 274886c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fail-fast": false,
"matrix": {
"name": ["debian-stable", "debian-heimdal", "centos-8",
"fedora-latest"],
"fedora-31"],
"include": [
{
"name": "debian-stable",
Expand All @@ -31,8 +31,8 @@
"distro": "centos:8",
},
{
"name": "fedora-latest",
"distro": "fedora:latest",
"name": "fedora-31",
"distro": "fedora:31",
"flake": "yes",
},
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"name": "Build docs",
"run": "./ci/run-on-linux.sh ./ci/before-docs-deploy.sh",
"env": { "DISTRO": "fedora:latest" },
"env": { "DISTRO": "fedora:31" },
},
{
"name": "Deploy latest docs",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"name": "Set things up",
"run": "./ci/run-on-linux.sh ./ci/before-deploy.sh",
"env": { "DISTRO": "fedora:latest" },
"env": { "DISTRO": "fedora:31" },
},
{
"name": "Deploy to PyPI",
Expand Down

0 comments on commit 274886c

Please sign in to comment.