diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-19 12:09:24 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-20 10:02:47 +0100 |
commit | d20e9a09651f63eec80f08c00343b1769a2cf0fe (patch) | |
tree | 0051d91754996c79a4b4c71f67ec788637d22ff4 | |
parent | 6fcbbaafc4bae79d4e674a2cf7f1d87d5a471603 (diff) | |
download | monitoring-plugins-d20e9a09651f63eec80f08c00343b1769a2cf0fe.tar.gz |
Revert to debian stable for testing for now
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9297a757..c4975f1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -49,10 +49,10 @@ jobs: | |||
49 | fail-fast: false | 49 | fail-fast: false |
50 | matrix: | 50 | matrix: |
51 | distro: | 51 | distro: |
52 | - 'debian:testing' | 52 | - 'debian:stable' |
53 | #... | 53 | #... |
54 | include: | 54 | include: |
55 | - distro: 'debian:testing' | 55 | - distro: 'debian:stable' |
56 | prepare: .github/prepare_debian.sh | 56 | prepare: .github/prepare_debian.sh |
57 | #... | 57 | #... |
58 | steps: | 58 | steps: |