diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 318f18b..19305a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,13 @@ jobs: os: [ Ubuntu, macOS, Windows ] include: - os: Ubuntu - image: ubuntu-latest + image: ubuntu-22.04 - os: Windows - image: windows-latest - - os: macOS - image: macos-latest + image: windows-2022 + - os: macOS x86_64 + image: macos-13 + - os: macOS arm64 + image: macos-14 defaults: run: shell: bash diff --git a/.github/workflows/build.yml b/.github/workflows/release.yml similarity index 96% rename from .github/workflows/build.yml rename to .github/workflows/release.yml index 2c6bc07..5f9023b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,8 @@ on: tags: - "v*.*.*" jobs: - build-windows: - name: build-windows-${{ matrix.arch }} + release-windows: + name: build-${{ matrix.arch }} runs-on: windows-latest strategy: fail-fast: false @@ -47,7 +47,7 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@v4 with: - name: windows-${{ matrix.platform }} + name: doggo-windows-${{ matrix.platform }} path: ${{ github.workspace }}/dist/doggo-*.exe # - name: Publish release