Skip to content

Commit 6e89962

Browse files
committed
Back to run this on windows else it won't do aot
1 parent 970e80c commit 6e89962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/githubactionsbuilds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ jobs:
160160
name: DeveMazeGeneratorCore.ConsoleApp.Linux
161161
path: BuildOutputConsole/*
162162

163-
build_windows_consoleapp_onlinux:
163+
build_windows_consoleapp:
164164
needs: generate_version_number
165-
runs-on: ubuntu-latest
165+
runs-on: windows-latest
166166
steps:
167167
- uses: actions/checkout@v4
168168
- name: Setup .NET Core
@@ -500,7 +500,7 @@ jobs:
500500
needs: [
501501
generate_version_number,
502502
build_linux_consoleapp,
503-
build_windows_consoleapp_onlinux,
503+
build_windows_consoleapp,
504504
build_linux_with_sonarqube,
505505
build_linux,
506506
build_docker,

0 commit comments

Comments
 (0)