Update makefile.yml

ubuntu apt doesn't have esbuild until 21.04
(as of 2021-10-17, ubuntu-latest is 20.04)
This commit is contained in:
ksherlock 2021-10-17 11:21:17 -04:00 committed by GitHub
parent c5f51cfe9a
commit 496b86cbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
name: Makefile CI
# ubuntu apt doesn't have esbuild until 21.04
# (as of 2021-10-17, ubuntu-latest is 20.04)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2