Skip to content

Commit

Permalink
CI: use latest autoconf from bare ubuntu-latest runner
Browse files Browse the repository at this point in the history
The container `ubuntu:22.10` does not seem to work anymore.

Also, why pin a version of `autoconf`?
Shouldn't we test with the native `autoconf` shipped with the OS?
  • Loading branch information
andreasabel committed Mar 22, 2024
1 parent eb6094e commit e77ebbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
pull_request:
branches: [ 'master' ]

env:
autoconf_ver: 2.69
# env:
# autoconf_ver: 2.69

jobs:
autoconf:
runs-on: ubuntu-latest
container: ubuntu:22.10
# container: ubuntu:22.10

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e77ebbc

Please sign in to comment.