Skip to content

Commit 95f174b

Browse files
Update build-machines
1 parent 529515b commit 95f174b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ on: [push, pull_request]
22
name: Build
33
jobs:
44
build-linux:
5-
runs-on: ubuntu-18.04
5+
runs-on: ubuntu-20.04
66
steps:
77
- uses: actions/checkout@v2
88
with:
99
submodules: true
1010
- run: ./build.sh
1111
working-directory: ./Build
1212
build-macos:
13-
runs-on: macos-10.15
13+
runs-on: macos-11
1414
steps:
1515
- uses: actions/checkout@v2
1616
with:

0 commit comments

Comments
 (0)