From b7e9f2eb09e17dc67d87595075b48766087ee7f4 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Wed, 6 May 2020 07:41:05 -0500 Subject: [PATCH] add bundler --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8f65c8..d3e54a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: #os: [ windows-latest, ubuntu-latest, macos-latest ] - os: [ ubuntu-latest ] + os: [ macos-latest ] steps: - uses: actions/checkout@v1 - uses: ilammy/msvc-dev-cmd@v1