aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-02-15 15:07:27 +0000
committerGitHub <noreply@github.com>2021-02-15 15:07:27 +0000
commit33430ae0968c548427258cdc726861fd4daa2637 (patch)
treeabb2531dcfa4b1abc4ac024727592350e8249613 /.github
parent59029a593c5ed606ee7fd674d5c7d7d265dc5970 (diff)
downloadlibvfio-user-33430ae0968c548427258cdc726861fd4daa2637.zip
libvfio-user-33430ae0968c548427258cdc726861fd4daa2637.tar.gz
libvfio-user-33430ae0968c548427258cdc726861fd4daa2637.tar.bz2
rename fedora workflow (#339)
We're no longer running CI on fedora-rawhide, so rename it. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to '.github')
-rw-r--r--.github/settings.yml2
-rw-r--r--.github/workflows/pull_request.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/settings.yml b/.github/settings.yml
index bf88e17..3f8b10f 100644
--- a/.github/settings.yml
+++ b/.github/settings.yml
@@ -107,7 +107,7 @@ branches:
- centos-7
- ubuntu-18
- ubuntu-20
- - fedora-rawhide
+ - fedora-34
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
enforce_admins: true
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 5914a94..93153c7 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -32,7 +32,7 @@ jobs:
yum -y install clang cmake json-c-devel libcmocka-devel \
openssl-devel valgrind
make pre-push VERBOSE=1
- fedora-rawhide:
+ fedora-34:
timeout-minutes: 5
runs-on: ubuntu-latest
container: fedora