Skip to content

Commit 4e24fcb

Browse files
committed
rename
1 parent 578c179 commit 4e24fcb

2 files changed

Lines changed: 4 additions & 45 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,12 @@ permissions:
1919

2020
jobs:
2121
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 }}
22+
runs-on: macos-14
23+
name: Testing unit test on MacOS
2824
steps:
2925
- uses: actions/checkout@v4
30-
- name: Set up perl
31-
uses: shogo82148/actions-setup-perl@v1
32-
with:
33-
perl-version: ${{ matrix.perl }}
26+
- name: Set up perl etc
27+
- run: brew install perl curl socat
3428
- run: perl -V
3529
- name: Install deps
3630
run: sudo apt install dnsutils jsonlint

.github/workflows/unit_tests_mactest.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)