mirror of
https://github.com/ksherlock/ensoniq-buddy.git
synced 2025-02-07 08:30:24 +00:00
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:
parent
c5f51cfe9a
commit
496b86cbba
5
.github/workflows/makefile.yml
vendored
5
.github/workflows/makefile.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user