Skip to content

Commit

Permalink
ci: use both macOS aarch64 and AMD64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Orphoros committed May 3, 2024
1 parent ce57a7a commit 6bec2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
platform: [macos-13, macos-14, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 6bec2a2

Please sign in to comment.