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 529515b commit 95f174bCopy full SHA for 95f174b
.github/workflows/build.yml
@@ -2,15 +2,15 @@ on: [push, pull_request]
2
name: Build
3
jobs:
4
build-linux:
5
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
6
steps:
7
- uses: actions/checkout@v2
8
with:
9
submodules: true
10
- run: ./build.sh
11
working-directory: ./Build
12
build-macos:
13
- runs-on: macos-10.15
+ runs-on: macos-11
14
15
16
0 commit comments