Skip to content

Commit

Permalink
Remove MacOS 11 and add MacOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
fgont committed Oct 16, 2024
1 parent f31d0a0 commit 68e80b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,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 +79,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 +91,4 @@ jobs:
brew update
brew install libpcap
- name: make
run: make
run: make

0 comments on commit 68e80b0

Please sign in to comment.