From 51e3156416d0862ac9daf7ab0b1b2627022c4704 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Sat, 30 Sep 2023 13:09:34 +0000 Subject: [PATCH] ci(github/netbsd): upgrade NetBSD and action ver --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d40b65..c8ce964 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,14 +15,14 @@ jobs: os: - name: netbsd architecture: x86-64 - version: '9.2' + version: '9.3' host: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Run CI script on ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.10.0 + uses: cross-platform-actions/action@v0.19.0 with: operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.architecture }}