Skip to content

Commit

Permalink
Merge pull request #127 from x42protocol/mac_os_build
Browse files Browse the repository at this point in the history
Build for  Mac
  • Loading branch information
psavva committed Dec 18, 2023
2 parents 7256794 + 1c3c2ed commit f31a362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
os: [ windows-latest, ubuntu-latest, macos-11 ]
include:
- os: windows-latest
extension: ".exe"
Expand All @@ -21,7 +21,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 @@ -81,7 +81,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
2 changes: 1 addition & 1 deletion xCore.UI/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xCore",
"description": "xCore is the main application for everything on x42.",
"version": "5.1.1",
"version": "5.1.2",
"upgradedbonversion": "false",
"bc_version": "1.1.47",
"license": "MIT",
Expand Down

0 comments on commit f31a362

Please sign in to comment.