Skip to content

Commit

Permalink
Test building arm
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Aug 23, 2024
1 parent 1f11010 commit 82c52e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 82c52e7

Please sign in to comment.