From 433750dfd5813a76db1aa5b0bd169551c3073b17 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sun, 19 May 2024 18:15:42 -0700 Subject: [PATCH] netbsd9.4 --- .github/workflows/bsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 58ea303..56c18bc 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -29,7 +29,7 @@ jobs: pkginstall: echo no packages required - name: netbsd - version: '10.0' + version: '9.4' pkginstall: pkgin -y install perl || true steps: - uses: actions/checkout@v4 @@ -37,7 +37,7 @@ jobs: submodules: recursive - name: Test on ${{ matrix.os.name }} - uses: cross-platform-actions/action@b2e15da1e667187766fff4945d20b98ac7055576 # v0.24.0 + uses: cross-platform-actions/action@ca9fe7f47c8b3d2caa669a290572e1eebf1c75f1 with: operating_system: ${{ matrix.os.name }} version: ${{ matrix.os.version }}