Switch workflow back to macOS.

This commit is contained in:
Wen Kokke 2021-09-01 19:50:38 +01:00
parent ac07fbf973
commit a40bd03d35
No known key found for this signature in database
GPG key ID: 7EB7DBBCEB539DB8

View file

@ -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