Skip to content

Commit

Permalink
Use older OS versions for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
samuong authored Jul 3, 2024
1 parent 977281a commit 1cab463
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
strategy:
matrix:
target:
- os: 'macos-latest'
- os: 'macos-13'
goos: 'darwin'
goarch: 'amd64'
- os: 'macos-latest'
- os: 'macos-13'
goos: 'darwin'
goarch: 'arm64'
- os: 'ubuntu-latest'
- os: 'ubuntu-20.04'
goos: 'linux'
goarch: 'amd64'
- os: 'windows-latest'
- os: 'windows-2019'
goos: 'windows'
goarch: 'amd64'
ext: '.exe'
Expand Down

0 comments on commit 1cab463

Please sign in to comment.