Skip to content

Commit 40946b9

Browse files
authored
Merge pull request #134 from Code-Hex/add/macos-13
2 parents 53e7b4d + 4fe6d02 commit 40946b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/compile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
build:
2424
needs: formatting-check
2525
runs-on: ${{ matrix.os }}
26+
timeout-minutes: 6
2627
strategy:
2728
fail-fast: false
2829
matrix:
2930
os:
3031
- macOS-11
3132
- macOS-12
33+
- macOS-13
3234
go:
33-
- '^1.18'
34-
- '^1.19'
3535
- '^1.20'
3636
- '^1.21'
3737
steps:
@@ -48,6 +48,7 @@ jobs:
4848
run: make download_kernel
4949
- name: Unit Test
5050
run: make test
51+
timeout-minutes: 3
5152
- name: Build Linux
5253
run: make -C example/linux
5354
- name: Build GUI Linux

0 commit comments

Comments
 (0)