From 82c52e73abb5e2c91749ffad75892f3a125471bb Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Fri, 23 Aug 2024 19:38:02 +0100 Subject: [PATCH] Test building arm --- .github/workflows/verify.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index b80e91f..15d875a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -286,18 +286,19 @@ jobs: retention-days: 1 osx: - runs-on: ${{ matrix.os }} + runs-on: ${{ matrix.os.name }} timeout-minutes: 180 strategy: fail-fast: false matrix: os: - - macos-12 + - { name: 'macos-12', arch: 'intel' } + - { name: 'macos-14', arch: 'aarch64' } ruby: - 3.0.6 - name: ${{ matrix.os }} + name: ${{ matrix.os.name }} - ${{ matrix.os.arch }} steps: - name: Checkout omnibus uses: actions/checkout@v4 @@ -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