Skip to content

Commit

Permalink
Run build on default Windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Feb 4, 2024
1 parent 20478cf commit 3fc6e55
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
mingw-w64-cross-headers:
runs-on: [Windows, X64, self-hosted]
runs-on: windows-latest

steps:
- uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

mingw-w64-cross-binutils:
needs: [mingw-w64-cross-headers]
runs-on: [Windows, X64, self-hosted]
runs-on: windows-latest

steps:
- uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

mingw-w64-cross-gcc-stage1:
needs: [mingw-w64-cross-headers, mingw-w64-cross-binutils]
runs-on: [Windows, X64, self-hosted]
runs-on: windows-latest

steps:
- uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

mingw-w64-cross-windows-default-manifest:
needs: [mingw-w64-cross-binutils, mingw-w64-cross-gcc-stage1]
runs-on: [Windows, X64, self-hosted]
runs-on: windows-latest

steps:
- uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
mingw-w64-cross-binutils,
mingw-w64-cross-gcc-stage1,
]
runs-on: [Windows, X64, self-hosted]
runs-on: windows-latest

steps:
- uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
mingw-w64-cross-gcc-stage1,
mingw-w64-cross-crt,
]
runs-on: [Windows, X64, self-hosted]
runs-on: windows-latest

steps:
- uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
mingw-w64-cross-crt,
mingw-w64-cross-winpthreads,
]
runs-on: [Windows, X64, self-hosted]
runs-on: windows-latest

steps:
- uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 3fc6e55

Please sign in to comment.