Skip to content

Commit

Permalink
Merge pull request #85 from fgont/update-workflow-runners
Browse files Browse the repository at this point in the history
Update workflow runners
  • Loading branch information
fgont authored Oct 16, 2024
2 parents c55756e + b5b25a9 commit a3ce3a7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- '**'
pull_request:
branches:
- '**'

jobs:
Expand Down Expand Up @@ -67,9 +68,9 @@ jobs:
- name: make
run: make

MacOS12:
name: Build MacOS Monterey 12
runs-on: macos-12
MacOS13:
name: Build MacOS 13
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand All @@ -79,10 +80,10 @@ jobs:
brew install libpcap
- name: make
run: make

MacOS11:
name: Build MacOS Big Sur 11
runs-on: macos-11
MacOS12:
name: Build MacOS Monterey 12
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand All @@ -91,4 +92,4 @@ jobs:
brew update
brew install libpcap
- name: make
run: make
run: make

0 comments on commit a3ce3a7

Please sign in to comment.