Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
psavva committed Dec 18, 2023
1 parent 97ce2fa commit 9a8ea21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
extension: ".deb"
bc_extension: ".tar.gz"
platform: "linux"
- os: macos-latest
- os: macos-11
extension: ".dmg"
bc_extension: ".zip"
platform: "mac"
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
7z x daemon${{ matrix.bc_extension }} -odaemon
- name: Unpack (Mac)
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-11'
run: |
cd ${{ env.UI_PATH }}
unzip -a daemon${{ matrix.bc_extension }} -d daemon
Expand Down

0 comments on commit 9a8ea21

Please sign in to comment.