Skip to content

Commit

Permalink
ci: add macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Aug 27, 2024
1 parent 964c613 commit 47a43ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 47a43ce

Please sign in to comment.