Skip to content

Commit

Permalink
Merge pull request #134 from Code-Hex/add/macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Oct 10, 2023
2 parents 53e7b4d + 4fe6d02 commit 40946b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
build:
needs: formatting-check
runs-on: ${{ matrix.os }}
timeout-minutes: 6
strategy:
fail-fast: false
matrix:
os:
- macOS-11
- macOS-12
- macOS-13
go:
- '^1.18'
- '^1.19'
- '^1.20'
- '^1.21'
steps:
Expand All @@ -48,6 +48,7 @@ jobs:
run: make download_kernel
- name: Unit Test
run: make test
timeout-minutes: 3
- name: Build Linux
run: make -C example/linux
- name: Build GUI Linux
Expand Down

0 comments on commit 40946b9

Please sign in to comment.