Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes committed Nov 1, 2024
1 parent dc81324 commit 9368c98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ jobs:
build:
needs: create-container
if: github.repository != 'facebook/bpfilter'
runs-on: ["ubuntu-latest", "macos-15-xlarge"]
strategy:
fail-fast: false
matrix:
host: ["ubuntu-latest", "macos-latest-xlarge"]
runs-on: ["${{matrix.host}}"]
container: ghcr.io/qdeslandes/bpfilter/fedora:41
steps:
- name: Checkout repository
Expand Down

0 comments on commit 9368c98

Please sign in to comment.