Skip to content

Commit

Permalink
set macos machines to macos-13-*
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Dec 10, 2024
1 parent fedbda3 commit 4b0be70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
strategy:
matrix:
config:
- os: macos-latest-large
- os: macos-13-large
arch: x64
goarch: amd64
daemon_name: x86_64-apple-darwin
- os: macos-latest-xlarge
- os: macos-13-xlarge
arch: arm64
goarch: arm64
daemon_name: aarch64-apple-darwin
Expand Down

0 comments on commit 4b0be70

Please sign in to comment.