From 38152f24adb6719f96093afacde8d89959b12553 Mon Sep 17 00:00:00 2001 From: Gokhun Celik Date: Tue, 16 Jul 2024 23:01:58 +0200 Subject: [PATCH] Update runner configuration --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- jreleaser.yml | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1839856..3d294a5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1f3f84f..795d036 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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' diff --git a/jreleaser.yml b/jreleaser.yml index 8951ed7..d33c421 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -6,8 +6,8 @@ project: authors: - ghokun license: Apache-2.0 - inceptionYear: 2023 - stereotype: cli + inceptionYear: '2023' + stereotype: CLI release: github: @@ -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