Skip to content

Commit 4f9f234

Browse files
committed
Fix Windows & Linux CI
1 parent a8ebf31 commit 4f9f234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build_native_linux:
1313
name: Build native on linux
14-
runs-on: ubuntu-16.04
14+
runs-on: ubuntu-18.04
1515

1616
steps:
1717
- uses: actions/checkout@v1
@@ -57,7 +57,7 @@ jobs:
5757
submodules: recursive
5858

5959
- name: Setup MSBuild.exe
60-
uses: warrenbuckley/Setup-MSBuild@v1
60+
uses: microsoft/setup-msbuild@v1.1
6161

6262
- name: Build
6363
run: |

0 commit comments

Comments
 (0)