Skip to content
Snippets Groups Projects
Commit aa85ed00 authored by Signal Linden's avatar Signal Linden
Browse files

Run build with default runner

parent f85120e0
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,11 @@ jobs: ...@@ -10,11 +10,11 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
runner: [windows-2022-large] runner: [windows-2022]
configuration: [ReleaseOS] configuration: [ReleaseOS]
addrsize: [64] addrsize: [64]
include: include:
- runner: windows-2022-large - runner: windows-2022
configuration: ReleaseOS configuration: ReleaseOS
addrsize: 32 addrsize: 32
runs-on: ${{ matrix.runner }} runs-on: ${{ matrix.runner }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment