Skip to content

Commit e2f9d6d

Browse files
committed
Switch test to use Windows
1 parent 02fd470 commit e2f9d6d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
- development
88

99
jobs:
10-
build_ubuntu:
11-
runs-on: ubuntu-20.04
12-
name: Test on Ubuntu (GCC)
10+
build_windows:
11+
runs-on: windows-latest
12+
name: Test on Windows
1313
steps:
1414
- uses: krdlab/setup-haxe@v1
1515
with:
@@ -18,12 +18,6 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v3
2020

21-
- name: Setup GCC
22-
uses: egor-tensin/setup-gcc@v1
23-
with:
24-
version: latest
25-
platform: x64
26-
2721
- name: Setup dotnet
2822
uses: actions/setup-dotnet@v4
2923
with:

0 commit comments

Comments
 (0)