Skip to content

Commit

Permalink
Fix Windows & Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 committed Jan 31, 2022
1 parent a8ebf31 commit 4f9f234
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on:
on:
push:
branches:
- master
Expand All @@ -11,7 +11,7 @@ on:
jobs:
build_native_linux:
name: Build native on linux
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
submodules: recursive

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

- name: Build
run: |
Expand Down

0 comments on commit 4f9f234

Please sign in to comment.