Skip to content

Commit

Permalink
Build for macOS x86_64 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Sep 4, 2024
1 parent b257aba commit 98ffe47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
retention-days: 1

build-macos-x64:
runs-on: macos-14
runs-on: macos-13
steps:
- name: 'Checkout the JDK source'
uses: actions/checkout@v4
Expand Down Expand Up @@ -122,6 +122,7 @@ jobs:
retention-days: 1

build-windows-x64:
if: false
runs-on: windows-latest
steps:
- name: 'Checkout the JDK source'
Expand All @@ -146,6 +147,7 @@ jobs:
retention-days: 1

build-windows-aarch64:
if: false
runs-on: windows-latest
steps:
- name: 'Checkout the JDK source'
Expand Down Expand Up @@ -173,8 +175,7 @@ jobs:
needs: [
build-android, build-ios,
build-linux-x64,
# build-macos-x64,
build-macos-aarch64,
build-macos-x64, build-macos-aarch64,
# build-windows-x64, build-windows-aarch64
]
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -202,7 +203,6 @@ jobs:
with:
name: vmone-macos-x64
path: ./dist/macos-x64/lib/
if: false

- name: Download macos aarch64 artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -232,8 +232,8 @@ jobs:
zip -r ../vmone-ios-macos-aarch64.zip lib/
cd $GITHUB_WORKSPACE/dist/linux-x64/
zip -r ../vmone-linux-x64.zip lib/
# cd $GITHUB_WORKSPACE/dist/macos-x64/
# zip -r ../vmone-macos-x64.zip lib/
cd $GITHUB_WORKSPACE/dist/macos-x64/
zip -r ../vmone-macos-x64.zip lib/
cd $GITHUB_WORKSPACE/dist/macos-aarch64/
zip -r ../vmone-macos-aarch64.zip lib/
# cd $GITHUB_WORKSPACE/dist/windows-x64/
Expand Down

0 comments on commit 98ffe47

Please sign in to comment.