Skip to content

Commit 5519e96

Browse files
committed
ci: run on ubuntu-24.04
1 parent cf564ae commit 5519e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
contents: write
1818
jobs:
1919
linux-x86_64:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- shell: bash
2323
name: "Install mpv"
@@ -35,7 +35,7 @@ jobs:
3535
java-version: 11
3636
platform: ${{ github.job }}
3737
kotlin:
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
steps:
4040
- uses: silenium-dev/actions/kotlin@main
4141
with:

0 commit comments

Comments
 (0)