File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ jobs:
116116 needs : build-devbox
117117 strategy :
118118 matrix :
119- is-main :
120- - ${{ github.ref == 'refs/heads/main' && 'is-main' || 'not-main' }}
121- os : [ubuntu-latest, macos-13]
119+ # is-main:
120+ # - ${{ github.ref == 'refs/heads/main' && 'is-main' || 'not-main' }}
121+ os : [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
@@ -128,9 +128,9 @@ jobs:
128128 # 2. nix 2.19.2: version before nix profile changes
129129 # 2. latest nix version (note, 2.20.1 introduced a new profile change)
130130 nix-version : ["2.12.0", "2.19.2", "2.20.1"]
131- exclude :
132- # Only runs tests on macos if explicitly requested, or on a schedule
133- - os : " ${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"
131+ # exclude:
132+ # # Only runs tests on macos if explicitly requested, or on a schedule
133+ # - os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"
134134
135135
136136 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments