We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf564ae commit 5519e96Copy full SHA for 5519e96
.github/workflows/build.yaml
@@ -17,7 +17,7 @@ permissions:
17
contents: write
18
jobs:
19
linux-x86_64:
20
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
21
steps:
22
- shell: bash
23
name: "Install mpv"
@@ -35,7 +35,7 @@ jobs:
35
java-version: 11
36
platform: ${{ github.job }}
37
kotlin:
38
39
40
- uses: silenium-dev/actions/kotlin@main
41
with:
0 commit comments