Skip to content

Commit 6a11230

Browse files
committed
remove ubuntu from devbox-based matrix build. For now...
1 parent 08eb350 commit 6a11230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
mac:
104104
strategy:
105105
matrix:
106-
os: [ubuntu-latest, macos-13, macos-14]
106+
os: [macos-13, macos-14]
107107

108108
runs-on: ${{ matrix.os }}
109109
needs: validate-code-formatting

0 commit comments

Comments
 (0)