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:
116
116
needs : build-devbox
117
117
strategy :
118
118
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]
122
122
# This is an optimization that runs tests twice, with and without
123
123
# the devbox.json tests. We can require the other tests to complete before
124
124
# merging, while keeping the others as an additional non-required signal
@@ -128,9 +128,9 @@ jobs:
128
128
# 2. nix 2.19.2: version before nix profile changes
129
129
# 2. latest nix version (note, 2.20.1 introduced a new profile change)
130
130
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' }}"
134
134
135
135
136
136
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments