branch: elpa/typescript-mode
commit 017a8200fa2ee596267019cc49fcdce9d131f311
Author: Jostein Kjønigsen <[email protected]>
Commit: GitHub <[email protected]>
Update build.yml
---
.github/workflows/build.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0e2837e28f..ad9e8714c5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,6 +20,10 @@ jobs:
include:
- emacs: snapshot
experimental: true
+ os: ubuntu-latest
+ - emacs: snapshot
+ experimental: true
+ os: macos-latest
continue-on-error: ${{ matrix.experimental }}
steps: