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 May 23, 2024
1 parent 40b54fe commit 06b4b7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

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 06b4b7b

Please sign in to comment.