Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
CI: remove old versions and increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Oct 9, 2024
1 parent 2a22b5e commit d5116a5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
build:
needs: formatting-check
runs-on: ${{ matrix.os }}
timeout-minutes: 6
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
os:
- macOS-11
- macOS-12
- macOS-13
- macos-13 # Intel
- macos-14-large # Intel
- macos-15-large # Intel
go:
- '^1.20'
- '^1.21'
- '^1.22'
- '^1.23'
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -47,7 +47,7 @@ jobs:
run: make download_kernel
- name: Unit Test
run: make test
timeout-minutes: 3
timeout-minutes: 10
- name: Build Linux
run: make -C example/linux
- name: Build GUI Linux
Expand Down

0 comments on commit d5116a5

Please sign in to comment.