mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Downgrade Mac version in CI/CD Pipeline (#2499)
* downgrade mac version in CI * Delete run-integration-tests.yml
This commit is contained in:
committed by
GitHub
parent
26fc3c886a
commit
833bb50fb0
2
.github/workflows/run-unit-tests.yml
vendored
2
.github/workflows/run-unit-tests.yml
vendored
@@ -21,7 +21,7 @@ env:
|
||||
jobs:
|
||||
test-on-macos:
|
||||
name: Test on macOS
|
||||
runs-on: macos-13
|
||||
runs-on: macos-12
|
||||
env:
|
||||
INSTALL_DOCKER: "1" # Set to '0' to skip Docker installation
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user