@@ -23,71 +23,71 @@ permissions:
2323 contents : write
2424jobs :
2525 # android-arm:
26- # runs-on: ubuntu-20 .04
26+ # runs-on: ubuntu-22 .04
2727 # strategy:
2828 # matrix:
2929 # ext: ["", -gpl]
3030 # steps:
3131 # - uses: actions/checkout@v4
3232 # - uses: ./.github/actions/deploy-ubuntu
3333 # android-arm64:
34- # runs-on: ubuntu-20 .04
34+ # runs-on: ubuntu-22 .04
3535 # strategy:
3636 # matrix:
3737 # ext: ["", -gpl]
3838 # steps:
3939 # - uses: actions/checkout@v4
4040 # - uses: ./.github/actions/deploy-ubuntu
4141 # android-x86:
42- # runs-on: ubuntu-20 .04
42+ # runs-on: ubuntu-22 .04
4343 # strategy:
4444 # matrix:
4545 # ext: ["", -gpl]
4646 # steps:
4747 # - uses: actions/checkout@v4
4848 # - uses: ./.github/actions/deploy-ubuntu
4949 # android-x86_64:
50- # runs-on: ubuntu-20 .04
50+ # runs-on: ubuntu-22 .04
5151 # strategy:
5252 # matrix:
5353 # ext: ["", -gpl]
5454 # steps:
5555 # - uses: actions/checkout@v4
5656 # - uses: ./.github/actions/deploy-ubuntu
5757 # linux-armhf:
58- # runs-on: ubuntu-20 .04
58+ # runs-on: ubuntu-22 .04
5959 # strategy:
6060 # matrix:
6161 # ext: ["", -gpl]
6262 # steps:
6363 # - uses: actions/checkout@v4
6464 # - uses: ./.github/actions/deploy-ubuntu
6565 # linux-arm64:
66- # runs-on: ubuntu-20 .04
66+ # runs-on: ubuntu-22 .04
6767 # strategy:
6868 # matrix:
6969 # ext: ["", -gpl]
7070 # steps:
7171 # - uses: actions/checkout@v4
7272 # - uses: ./.github/actions/deploy-ubuntu
7373 # linux-ppc64le:
74- # runs-on: ubuntu-20 .04
74+ # runs-on: ubuntu-22 .04
7575 # strategy:
7676 # matrix:
7777 # ext: ["", -gpl]
7878 # steps:
7979 # - uses: actions/checkout@v4
8080 # - uses: ./.github/actions/deploy-ubuntu
8181 # linux-x86:
82- # runs-on: ubuntu-20 .04
82+ # runs-on: ubuntu-22 .04
8383 # strategy:
8484 # matrix:
8585 # ext: ["", -gpl]
8686 # steps:
8787 # - uses: actions/checkout@v4
8888 # - uses: ./.github/actions/deploy-ubuntu
8989 linux-x86_64 :
90- runs-on : ubuntu-20 .04
90+ runs-on : ubuntu-22 .04
9191 strategy :
9292 matrix :
9393 ext : [ "", -gpl ]
@@ -131,7 +131,7 @@ jobs:
131131# redeploy:
132132# needs: [android-arm, android-arm64, android-x86, android-x86_64, linux-armhf, linux-arm64, linux-ppc64le, linux-x86, linux-x86_64, macosx-arm64, macosx-x86_64, windows-x86, windows-x86_64]
133133# needs: [android-arm64, android-x86_64, linux-arm64, linux-ppc64le, linux-x86_64, macosx-arm64, macosx-x86_64, windows-x86_64]
134- # runs-on: ubuntu-20 .04
134+ # runs-on: ubuntu-22 .04
135135# steps:
136136# - uses: actions/checkout@v4
137137# - uses: ./.github/actions/redeploy
0 commit comments