diff --git a/.github/workflows/create_desktop_builds.yml b/.github/workflows/create_desktop_builds.yml index f26abe5e3..bf9280882 100644 --- a/.github/workflows/create_desktop_builds.yml +++ b/.github/workflows/create_desktop_builds.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 998f3841c..325e040e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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