Skip to content

Commit

Permalink
Update CI from Ubuntu 20.04 to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jul 31, 2024
1 parent 0a0254f commit c13a622
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

amd64_linux_clang:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

amd64_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_tcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

amd64_linux_tcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows_gcc_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

amd64_windows_gcc_cross-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm64_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

arm64_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/armhf_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

armhf_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./armel-linux-musleabihf-cross/bin/armel-linux-musleabihf-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i586_dos_gcc_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

i586_dos_gcc_cross:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./djgpp/bin/i586-pc-msdosdjgpp-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i686_linux_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

i686_linux_clang:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i686_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

i686_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./i686-linux-musl-cross/bin/i686-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i686_linux_tcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

i686_linux_tcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i686_windows_gcc_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

i686_windows_gcc_cross-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mips64_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

mips64_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./mips64-linux-musl-cross/bin/mips64-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mips64el_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

mips64el_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./mips64el-linux-musl-cross/bin/mips64el-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mips_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

mips_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./mips-linux-musl-cross/bin/mips-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mipsel_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

mipsel_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./mipsel-linux-musl-cross/bin/mipsel-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/powerpc_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

powerpc_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./powerpc-linux-musl-cross/bin/powerpc-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ppc64_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

ppc64_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./powerpc64-linux-musl-cross/bin/powerpc64-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ppc64le_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

ppc64le_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./powerpc64le-linux-musl-cross/bin/powerpc64le-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/riscv64_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

riscv64_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./riscv64-linux-musl-cross/bin/riscv64-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/riscv_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

riscv_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./riscv32-linux-musl-cross/bin/riscv32-linux-musl-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s390x_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

s390x_linux_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
CC: ./s390x-linux-musl-cross/bin/s390x-linux-musl-gcc
Expand Down

0 comments on commit c13a622

Please sign in to comment.