mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Switch to Ubuntu; we can enable the full matrix in the future if we care
This commit is contained in:
parent
75bf341057
commit
2e094b409d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code-qa.yml
vendored
2
.github/workflows/code-qa.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
integration-test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest] # ubuntu-latest, windows-latest
|
||||
os: [ubuntu-latest] # macos-latest, windows-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue