Skip to content

Commit

Permalink
CI: Remove Autoconf v2.69 from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jan 2, 2025
1 parent 09290ac commit 8aabf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
autoconf_version: ["2.69", "2.71", "2.72"]
autoconf_version: ["2.71", "2.72"]
runs-on: ubuntu-latest
env:
TAG: autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}
Expand Down

0 comments on commit 8aabf4f

Please sign in to comment.