Skip to content

Commit

Permalink
update gh actions images
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed Jul 10, 2024
1 parent c914115 commit 59b96e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@ jobs:
- displayTargetName: linux-amd64
os: linux
alias: linux
runs_on: ubuntu-18.04
runs_on: ubuntu-24.04
arch: amd64
cc: clang
cxx: clang++
- displayTargetName: linux-arm32
os: linux
alias: linux
runs_on: ubuntu-18.04
runs_on: ubuntu-24.04
arch: arm32
cc: arm-linux-gnueabihf-gcc
cxx: g++
- displayTargetName: linux-arm64
os: linux
alias: linux
runs_on: ubuntu-18.04
runs_on: ubuntu-24.04
arch: arm64
cc: aarch64-linux-gnu-gcc
cxx: g++
- displayTargetName: macOS-amd64
os: macos
alias: osx
runs_on: macos-11
runs_on: macos-12
arch: amd64
cc: clang
cxx: clang++
Expand Down

0 comments on commit 59b96e2

Please sign in to comment.