Skip to content

Commit

Permalink
ci.yml: Bump to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 15, 2024
1 parent ace3af0 commit cc32c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
run: |
cd melpa
make recipes/${{ matrix.package }}
make recipes/${{ matrix.package }}

0 comments on commit cc32c6c

Please sign in to comment.