Skip to content

Commit

Permalink
ci: run on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
silenium-dev committed Oct 15, 2024
1 parent cf564ae commit 5519e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
contents: write
jobs:
linux-x86_64:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- shell: bash
name: "Install mpv"
Expand All @@ -35,7 +35,7 @@ jobs:
java-version: 11
platform: ${{ github.job }}
kotlin:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: silenium-dev/actions/kotlin@main
with:
Expand Down

0 comments on commit 5519e96

Please sign in to comment.