From 06b4b7b77fbb98e8f596de36adca8370284677f3 Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Mon, 20 May 2024 22:57:34 +0100 Subject: [PATCH] Test building arm --- .github/workflows/verify.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 96f9b88..af15ddc 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -286,14 +286,15 @@ jobs: retention-days: 1 osx: - runs-on: ${{ matrix.os }} + runs-on: ${{ matrix.os.name }} timeout-minutes: 180 strategy: fail-fast: false matrix: os: - - macos-11 + - { name: 'macos-11', arch: 'intel' } + - { name: 'macos-14', arch: 'aarch64' } ruby: - 3.0.6 @@ -350,7 +351,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: metasploit-osx-installers + name: metasploit-osx-${{ matrix.os.arch }}-installers path: | metasploit-omnibus/pkg/*.pkg metasploit-omnibus/pkg/*.rpm