Skip to content

Commit

Permalink
msf added macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
matusso committed Jul 7, 2024
1 parent 3895311 commit d793cb1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/metasploit-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ on:

jobs:
build-and-push:
runs-on: ubuntu-latest

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-14]

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit d793cb1

Please sign in to comment.