Skip to content

Commit

Permalink
changed macos-latest to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed May 28, 2024
1 parent 014154b commit 7ede358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-latest-xlarge, windows-latest]
os: [ubuntu-latest, macos-12, macos-latest-xlarge, windows-latest]
include:
- os: ubuntu-latest
fatjar: true
musl: true
- os: macos-latest
- os: macos-12
codesign: true
- os: macos-latest-xlarge
codesign: true
Expand Down
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ distributions:
platform: windows-x86_64
extraProperties:
graalVMNativeImage: true
- path: "nativeCompile-macos-latest/wave"
- path: "nativeCompile-macos-12/wave"
transform: "wave-{{projectEffectiveVersion}}-macos-x86_64"
platform: osx-x86_64
extraProperties:
Expand Down

0 comments on commit 7ede358

Please sign in to comment.