Skip to content

Commit

Permalink
Update runner configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Jul 16, 2024
1 parent ab969fb commit 38152f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest ]
os: [ ubuntu-latest, macos-latest, macos-13 ]

steps:
- name: 'Check out repository'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, macOS-arm64, linux-arm64 ]
os: [ ubuntu-latest, macos-latest, macos-13 ]

steps:
- name: 'Check out repository'
Expand Down
6 changes: 2 additions & 4 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ project:
authors:
- ghokun
license: Apache-2.0
inceptionYear: 2023
stereotype: cli
inceptionYear: '2023'
stereotype: CLI

release:
github:
Expand All @@ -22,8 +22,6 @@ distributions:
platform: "osx-aarch_64"
- path: "artifacts/dist/{{distributionName}}-{{projectVersion}}-linux-x86_64.zip"
platform: "linux-x86_64"
- path: "artifacts/dist/{{distributionName}}-{{projectVersion}}-linux-aarch64.zip"
platform: "linux-aarch_64"
brew:
active: RELEASE
formulaName: convert
Expand Down

0 comments on commit 38152f2

Please sign in to comment.