Skip to content

Commit 4e7ec39

Browse files
committed
🔧 config(upgrade): update test_py36.yml config.
1 parent 2ba5fcb commit 4e7ec39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_py36.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @Author: jankincai
22
# @Date: 2024-09-12 10:45:37
33
# @Last Modified by: jankincai
4-
# @Last Modified time: 2025-07-14 14:10:43
4+
# @Last Modified time: 2025-07-14 14:21:17
55

66
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
77
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
@@ -17,6 +17,7 @@ on:
1717
jobs:
1818
build:
1919

20+
# Python3.6 (ubuntu-20.04) has stopped maintenance, https://github.com/actions/runner-images/issues/11101
2021
runs-on: macos-13
2122
strategy:
2223
fail-fast: false
@@ -33,7 +34,7 @@ jobs:
3334
run: |
3435
python -m pip install --upgrade pip
3536
python -m pip install flake8 pytest tox
36-
sudo apt install libpcap-dev
37+
sudo brew install libpcap
3738
- name: Lint with flake8
3839
run: flake8 pylibpcap
3940
- name: Test with pytest

0 commit comments

Comments
 (0)