File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 source :
16- runs-on : ubuntu-20 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - name : Checkout code
1919 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616
1717jobs :
1818 source :
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-24 .04
2020 steps :
2121 - uses : actions/checkout@v3
2222
3939 path : dist/gl_client-*.tar.gz
4040
4141 linux :
42- runs-on : ubuntu-20 .04
42+ runs-on : ubuntu-24 .04
4343 strategy :
4444 fail-fast : false
4545 matrix :
7979 if : matrix.target != 'ppc64' && matrix.target != 'x86_64' && matrix.target != 'i686'
8080 with :
8181 arch : ${{ matrix.target }}
82- distro : ubuntu22 .04
82+ distro : ubuntu24 .04
8383 githubToken : ${{ github.token }}
8484 install : |
8585 apt-get update
You can’t perform that action at this time.
0 commit comments