Skip to content

Commit 44021eb

Browse files
committed
remove ubuntu from build devbox stage
1 parent 2337b0d commit 44021eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
build-devbox:
5454
strategy:
5555
matrix:
56-
os: [ubuntu-latest, macos-13]
56+
os: [macos-13]
57+
# os: [ubuntu-latest, macos-13]
5758
runs-on: ${{ matrix.os }}
5859
steps:
5960
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)