We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53e7b4d + 4fe6d02 commit 40946b9Copy full SHA for 40946b9
.github/workflows/compile.yml
@@ -23,15 +23,15 @@ jobs:
23
build:
24
needs: formatting-check
25
runs-on: ${{ matrix.os }}
26
+ timeout-minutes: 6
27
strategy:
28
fail-fast: false
29
matrix:
30
os:
31
- macOS-11
32
- macOS-12
33
+ - macOS-13
34
go:
- - '^1.18'
- - '^1.19'
35
- '^1.20'
36
- '^1.21'
37
steps:
@@ -48,6 +48,7 @@ jobs:
48
run: make download_kernel
49
- name: Unit Test
50
run: make test
51
+ timeout-minutes: 3
52
- name: Build Linux
53
run: make -C example/linux
54
- name: Build GUI Linux
0 commit comments