File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 type : choice
1515 description : ' The type of runner to use'
1616 required : true
17- default : ' ubuntu-22 .04'
17+ default : ' ubuntu-24 .04'
1818 options :
19- - ' ubuntu-22 .04'
20- - ' ubuntu-22 .04-arm'
19+ - ' ubuntu-24 .04'
20+ - ' ubuntu-24 .04-arm'
2121 - ' macos-latest'
2222 build-for :
2323 type : choice
3434jobs :
3535 build-desktop :
3636 if : ${{ !github.event.inputs.build-for || github.event.inputs.build-for == 'desktop' }}
37- runs-on : ${{ github.event.inputs.runner-type || 'ubuntu-22 .04' }}
37+ runs-on : ${{ github.event.inputs.runner-type || 'ubuntu-24 .04' }}
3838
3939 steps :
4040 - uses : actions/checkout@v4
9292
9393 build-android :
9494 if : ${{ !github.event.inputs.build-for || github.event.inputs.build-for == 'android' }}
95- runs-on : ${{ github.event.inputs.runner-type || 'ubuntu-22 .04' }}
95+ runs-on : ${{ github.event.inputs.runner-type || 'ubuntu-24 .04' }}
9696
9797 steps :
9898 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6565 - target : windows
6666 os : windows-latest
6767 - target : linux-x86_64
68- os : ubuntu-22 .04
68+ os : ubuntu-24 .04
6969 - target : linux-arm64
70- os : ubuntu-22 .04-arm
70+ os : ubuntu-24 .04-arm
7171 - target : macos
7272 os : macos-latest
7373 - target : android
You can’t perform that action at this time.
0 commit comments