Skip to content

Commit 7f18af8

Browse files
committed
save
1 parent abcd0b2 commit 7f18af8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,7 @@ permissions:
6565
jobs:
6666
compile:
6767
name: ${{ inputs.custom-job-label || 'Compiles' }}
68-
runs-on: ${{ matrix.os }}
69-
strategy:
70-
fail-fast: false
71-
matrix:
72-
os:
73-
- [windows-2022]
74-
- [self-hosted, Linux, medium, ephemeral]
68+
runs-on: solo-windows-2022-large
7569
steps:
7670
- name: Checkout Code
7771
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)