Skip to content

Commit 063f558

Browse files
authored
Merge pull request #191 from shawn-hurley/remove-mac-os
mac os runners are underpowered and take way to long to do anything
2 parents 59e1901 + c64c8cb commit 063f558

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/nightly-koncur.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ jobs:
153153
runner: "macos-26-large"
154154
- os: "windows"
155155
runner: "windows-latest"
156+
exclude:
157+
- os:
158+
os: "macos"
159+
runner: "macos-26-large"
156160
runs-on: ${{ matrix.os.runner }}
157161
steps:
158162
- name: Run Koncur Testing
@@ -163,4 +167,3 @@ jobs:
163167
image_pattern: |
164168
*{kantra,provider}--${{ needs.nightly-tag.outputs.tag }}
165169
ref: ${{ inputs.branch || 'main' }}
166-

0 commit comments

Comments
 (0)