Skip to content

Commit

Permalink
use ubuntu 22.04 runner instead
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 22, 2024
1 parent 46b19a9 commit e144a19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
arch: amd64
os_alias: linux
arch_alias: amd64
runs_on: ubuntu-24.04
runs_on: ubuntu-22.04
cc: clang
cxx: clang++
rumprun_tuple: x86_64-rumprun-linux
Expand All @@ -71,7 +71,7 @@ jobs:
arch: arm32
os_alias: linux
arch_alias: armhf
runs_on: ubuntu-24.04
runs_on: ubuntu-22.04
cc: arm-linux-gnueabihf-gcc
cxx: g++
rumprun_tuple: arm-rumprun-linux
Expand All @@ -80,7 +80,7 @@ jobs:
arch: arm64
os_alias: linux
arch_alias: arm64
runs_on: ubuntu-24.04
runs_on: ubuntu-22.04
cc: aarch64-linux-gnu-gcc
cxx: g++
rumprun_tuple: aarch64-rumprun-linux
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:

docker-image:
needs: build
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
name: image
if: ${{ github.event_name == 'release' }}
strategy:
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
trigger:
needs: docker-image
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
name: downstream
if: ${{ github.event_name == 'release' }}
steps:
Expand Down

0 comments on commit e144a19

Please sign in to comment.