mirror of
https://github.com/openflocon/Flocon.git
synced 2026-04-28 08:09:34 +00:00
fix: [CI] release on macos x64 (Intel) (#493)
Some checks failed
docs / deploy (push) Has been cancelled
Some checks failed
docs / deploy (push) Has been cancelled
This commit is contained in:
parent
32d1bae4ec
commit
97c1018d01
2 changed files with 7 additions and 8 deletions
7
.github/workflows/create_desktop_builds.yml
vendored
7
.github/workflows/create_desktop_builds.yml
vendored
|
|
@ -10,9 +10,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-15 # runner Intel (x64)
|
||||
- os: macos-15-intel # runner Intel (x64)
|
||||
arch: x64
|
||||
jdk_url: "https://corretto.aws/downloads/latest/amazon-corretto-17-x64-macos-jdk.pkg"
|
||||
- os: macos-latest
|
||||
|
||||
steps:
|
||||
|
|
@ -55,12 +54,12 @@ jobs:
|
|||
path: FloconDesktop/composeApp/build/compose/binaries/main/dmg/*.dmg
|
||||
|
||||
- name: Rename macOS x64 dmg
|
||||
if: matrix.os == 'macos-15'
|
||||
if: matrix.os == 'macos-15-intel'
|
||||
run: |
|
||||
mv FloconDesktop/composeApp/build/compose/binaries/main/dmg/*.dmg FloconDesktop/composeApp/build/compose/binaries/main/dmg/macos-x64.dmg
|
||||
|
||||
- name: Upload macOS x64 artifact
|
||||
if: matrix.os == 'macos-15'
|
||||
if: matrix.os == 'macos-15-intel'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-x64-dmg
|
||||
|
|
|
|||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-15 # runner Intel (x64)
|
||||
- os: macos-15-intel # runner Intel (x64)
|
||||
arch: x64
|
||||
jdk_url: "https://corretto.aws/downloads/latest/amazon-corretto-17-x64-macos-jdk.pkg"
|
||||
- os: macos-latest
|
||||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
path: FloconDesktop/composeApp/build/compose/binaries/main/deb/*.deb
|
||||
|
||||
- name: Rename macOS x64 dmg
|
||||
if: matrix.os == 'macos-15'
|
||||
if: matrix.os == 'macos-15-intel'
|
||||
run: |
|
||||
mv FloconDesktop/composeApp/build/compose/binaries/main/dmg/*.dmg FloconDesktop/composeApp/build/compose/binaries/main/dmg/macos-x64.dmg
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
path: FloconDesktop/composeApp/build/compose/binaries/main/dmg/*.dmg
|
||||
|
||||
- name: Upload macOS x64 artifact
|
||||
if: matrix.os == 'macos-15'
|
||||
if: matrix.os == 'macos-15-intel'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-x64-dmg
|
||||
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
path: FloconDesktop/composeApp/build/compose/jars/*.jar
|
||||
|
||||
- name: Upload macOS x64 Release Jar
|
||||
if: matrix.os == 'macos-15'
|
||||
if: matrix.os == 'macos-15-intel'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-x64-jar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue