mirror of
https://github.com/commaai/msgq.git
synced 2026-06-08 05:54:44 +08:00
enable macOS in CI (#650)
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -17,9 +17,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# TODO: fixup macOS
|
||||
#os: ['macos-latest', 'ubuntu-latest']
|
||||
os: ['ubuntu-latest']
|
||||
os: ['macos-latest', 'ubuntu-latest']
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user