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 8e36e0d commit aa371cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ jobs:
- displayTargetName: linux-amd64
os: linux
alias: linux
runs_on: ubuntu-24.04
runs_on: ubuntu-22.04
arch: amd64
cc: clang
cxx: clang++
- displayTargetName: linux-arm32
os: linux
alias: linux
runs_on: ubuntu-24.04
runs_on: ubuntu-22.04
arch: arm32
cc: arm-linux-gnueabihf-gcc
cxx: g++
- displayTargetName: linux-arm64
os: linux
alias: linux
runs_on: ubuntu-24.04
runs_on: ubuntu-22.04
arch: arm64
cc: aarch64-linux-gnu-gcc
cxx: g++
Expand Down

0 comments on commit aa371cf

Please sign in to comment.