Skip to content

Commit

Permalink
Remove OpenSUSE since their package repos are currently returning 500…
Browse files Browse the repository at this point in the history
… errors
  • Loading branch information
ddworken authored Feb 10, 2024
1 parent 4d0faab commit 6270060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distro-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest', 'opensuse/leap:latest', 'archlinux:latest']
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest', 'archlinux:latest']
fail-fast: false
runs-on: ubuntu-latest
container: ${{ matrix.distro }}
Expand Down

0 comments on commit 6270060

Please sign in to comment.