From 6743f0f0d65dd01ef41d50b1c314db42f1641aa9 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Wed, 7 Aug 2024 10:58:27 +0200 Subject: [PATCH] Try to fix pipeline --- .github/workflows/runit.yml | 10 +++++----- .gitignore | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/runit.yml b/.github/workflows/runit.yml index 7a36835..ae65178 100644 --- a/.github/workflows/runit.yml +++ b/.github/workflows/runit.yml @@ -32,7 +32,7 @@ jobs: ubuntu: - focal - jammy - - noble + #- noble platform: - linux/amd64 - linux/arm64 @@ -132,12 +132,12 @@ jobs: ubuntu: - focal - jammy - - lunar - - mantic + #- lunar + #- mantic #- noble #- devel - - rolling - - latest + #- rolling + #- latest steps: - uses: docker/setup-buildx-action@v3 diff --git a/.gitignore b/.gitignore index edcef9f..54cd8a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.idea +/.idea /.php-cs-fixer.cache /.github/cache /.secrets