Skip to content

Commit 79fa26e

Browse files
committed
putting back ubuntu latest in matrix
1 parent 58a2b42 commit 79fa26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
build-devbox:
5454
strategy:
5555
matrix:
56-
os: [macos-13]
56+
os: [ubuntu-latest, macos-13]
5757
runs-on: ${{ matrix.os }}
5858
steps:
5959
- uses: actions/checkout@v4
@@ -118,7 +118,7 @@ jobs:
118118
matrix:
119119
is-main:
120120
- ${{ github.ref == 'refs/heads/main' && 'is-main' || 'not-main' }}
121-
os: [macos-13]
121+
os: [ubuntu-latest, macos-13]
122122
# This is an optimization that runs tests twice, with and without
123123
# the devbox.json tests. We can require the other tests to complete before
124124
# merging, while keeping the others as an additional non-required signal

0 commit comments

Comments
 (0)