We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ebf31 commit 4f9f234Copy full SHA for 4f9f234
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
name: CI
2
3
-on:
+on:
4
push:
5
branches:
6
- master
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build_native_linux:
13
name: Build native on linux
14
- runs-on: ubuntu-16.04
+ runs-on: ubuntu-18.04
15
16
steps:
17
- uses: actions/checkout@v1
@@ -57,7 +57,7 @@ jobs:
57
submodules: recursive
58
59
- name: Setup MSBuild.exe
60
- uses: warrenbuckley/Setup-MSBuild@v1
+ uses: microsoft/setup-msbuild@v1.1
61
62
- name: Build
63
run: |
0 commit comments