diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index cc96792..e049a9d 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -89,7 +89,7 @@ jobs: macos: strategy: matrix: - os: [macos-13, macos-14] + os: [macos-13, macos-14, macos-15] fail-fast: false name: "macOS (${{ matrix.os }})" runs-on: ${{ matrix.os }} @@ -106,7 +106,7 @@ jobs: - uses: actions/upload-artifact@v4 name: Upload macOS version with: - name: es.danirod.Cartero-${{ runner.os }}-${{ runner.arch }} + name: es.danirod.Cartero-${{ matrix.os }}-${{ runner.arch }} path: build/Cartero-*.dmg appimage: name: "AppImage (GNU/Linux, glibc 2.38+)" diff --git a/.github/workflows/stable.yaml b/.github/workflows/stable.yaml index 3422b15..1af98da 100644 --- a/.github/workflows/stable.yaml +++ b/.github/workflows/stable.yaml @@ -87,7 +87,7 @@ jobs: macos: strategy: matrix: - os: [macos-13, macos-14] + os: [macos-13, macos-14, macos-15] fail-fast: false name: "macOS (${{ matrix.os }})" runs-on: ${{ matrix.os }} @@ -104,7 +104,7 @@ jobs: - uses: actions/upload-artifact@v4 name: Upload macOS version with: - name: es.danirod.Cartero-${{ runner.os }}-${{ runner.arch }} + name: es.danirod.Cartero-${{ matrix.os }}-${{ runner.arch }} path: build/Cartero-*.dmg appimage: name: "AppImage (GNU/Linux, glibc 2.38+)"