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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macOS-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -12,6 +12,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Get Gem Installation Directory
|
||||
id: get-gemdir
|
||||
run: |
|
||||
|
@ -48,11 +53,6 @@ jobs:
|
|||
- name: Setup HTMLProofer
|
||||
run: sudo gem install html-proofer
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Build website
|
||||
run: make build
|
||||
|
||||
|
|
Loading…
Reference in a new issue