We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578c179 commit 4e24fcbCopy full SHA for 4e24fcb
2 files changed
.github/workflows/unit_tests.yml
@@ -19,18 +19,12 @@ permissions:
19
20
jobs:
21
build:
22
- runs-on: ${{ matrix.os }}
23
- strategy:
24
- matrix:
25
- os: ['ubuntu-24.04']
26
- perl: ['5.26']
27
- name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
+ runs-on: macos-14
+ name: Testing unit test on MacOS
28
steps:
29
- uses: actions/checkout@v4
30
- - name: Set up perl
31
- uses: shogo82148/actions-setup-perl@v1
32
- with:
33
- perl-version: ${{ matrix.perl }}
+ - name: Set up perl etc
+ - run: brew install perl curl socat
34
- run: perl -V
35
- name: Install deps
36
run: sudo apt install dnsutils jsonlint
.github/workflows/unit_tests_mactest.yml
0 commit comments