Skip to content

Commit

Permalink
use ubuntu 20.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 7e80215 commit 9bf87cd
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,7 +31,7 @@ jobs:
arch: amd64
os_alias: linux
arch_alias: amd64
runs_on: ubuntu-22.04
runs_on: ubuntu-20.04
goos: linux
- os: macos
arch: amd64
Expand All @@ -46,7 +46,7 @@ jobs:
goos: linux
goarch: arm
goarm: "7"
runs_on: ubuntu-22.04
runs_on: ubuntu-20.04
cc: arm-linux-gnueabihf-gcc
cgo_enabled: 1
- os: linux
Expand All @@ -55,7 +55,7 @@ jobs:
arch_alias: arm64
goos: linux
goarch: arm64
runs_on: ubuntu-22.04
runs_on: ubuntu-20.04
cc: aarch64-linux-gnu-gcc
cgo_enabled: 1
env:
Expand Down

0 comments on commit 9bf87cd

Please # to comment.