Switch workflow back to macOS.
This commit is contained in:
parent
ac07fbf973
commit
a40bd03d35
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -4,7 +4,7 @@ name: Build
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macOS-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -12,6 +12,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: Get Gem Installation Directory
|
- name: Get Gem Installation Directory
|
||||||
id: get-gemdir
|
id: get-gemdir
|
||||||
run: |
|
run: |
|
||||||
|
@ -48,11 +53,6 @@ jobs:
|
||||||
- name: Setup HTMLProofer
|
- name: Setup HTMLProofer
|
||||||
run: sudo gem install html-proofer
|
run: sudo gem install html-proofer
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: make build
|
run: make build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue