Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Jun 13, 2024
1 parent e443b8e commit 878abac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
strategy:
fail-fast: False
matrix:
os: ['ubuntu-1804-headless', 'ubuntu-2204-headless', 'centos-8']
os: ['centos-8']
# os: ['ubuntu-1804-headless', 'ubuntu-2204-headless', 'centos-8']
name: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 878abac

Please sign in to comment.