Skip to content

Commit

Permalink
ci use ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Nov 24, 2024
1 parent 08cab2d commit 3363dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
jobs:

check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -20,7 +20,7 @@ jobs:
release:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') == true
needs: check
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3363dcb

Please sign in to comment.