From 0cb603c7dea58532a18f6fcbeb50869ff82d6f6f Mon Sep 17 00:00:00 2001 From: Luciano Mammino Date: Tue, 11 Jul 2023 17:29:08 +0200 Subject: [PATCH] Update release.yml Added Mac silicon target Using latest runner OSs --- .github/workflows/release.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 743f5b3..2dfe266 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,23 +10,33 @@ jobs: strategy: matrix: environment: - - os: "ubuntu-18.04" + - os: "ubuntu-latest" target: "x86_64-unknown-linux-gnu" cross: true exec: jwtinfo artifact-name: "jwtinfo-unix64" - - os: "macos-10.15" + - os: "macos-latest" target: "x86_64-apple-darwin" cross: true exec: jwtinfo artifact-name: "jwtinfo-macos" - - os: "ubuntu-18.04" + - os: "macos-latest" + + target: "aarch64-apple-darwin" + + cross: true + + exec: jwtinfo + + artifact-name: "jwtinfo-macos-silicon" + + - os: "ubuntu-latest" target: "x86_64-pc-windows-gnu" cross: true exec: jwtinfo.exe artifact-name: "jwtinfo-win64.exe" packages: "gcc-mingw-w64" - - os: "ubuntu-18.04" + - os: "ubuntu-latest" target: "armv7-unknown-linux-gnueabihf" cross: true exec: jwtinfo