about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-22 16:57:24 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-22 16:57:24 +0200
commitcc206ee8cc2cf8458325337f2e68b0dd11b95afd (patch)
treedba4d22f3a6ba6a91c086bc61e4656a15827389b /.github/workflows
parenta9bcc8e8bd1d8fabfd2d0536358eb4f355fc6f7f (diff)
downloadprofani-tty-cc206ee8cc2cf8458325337f2e68b0dd11b95afd.tar.gz
ci: remove ubuntu
Fails and I don't have time to check why.
Something package related most likely.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a6e2693a..ebcc86d6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
 
     strategy:
       matrix:
-        flavor: [debian, fedora, ubuntu]
+        flavor: [debian, fedora]
 
     name: Linux
     steps: