Skip to content

Commit

Permalink
ci: use ubuntu-latest
Browse files Browse the repository at this point in the history
Ubuntu 20.04 LTS runner will be removed on 2025-04-01. This change should
have no effect as we use an Alpine container to perform the build itself.
  • Loading branch information
elopez committed Mar 4, 2025
1 parent 892dab2 commit c694e33
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 @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-latest
shell: bash
container: "{\"image\": \"elopeztob/alpine-haskell-stack-echidna:ghc-9.6.5\", \"options\": \"--user 1001\"}"
- os: macos-13 # x86_64 macOS
Expand Down

0 comments on commit c694e33

Please sign in to comment.