From c0298ad2740fa2121a8060f4fa6d76e1e4e4ebe9 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Wed, 22 Jan 2025 17:20:57 +0000 Subject: [PATCH] NetBSD 10.1. --- .github/workflows/test.yml | 6 +++--- gormlite/{download.sh => update.sh} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename gormlite/{download.sh => update.sh} (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cea5192..9ab420d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: version: '14.2' flags: '-test.v' - name: netbsd - version: '10.0' + version: '10.1' flags: '-test.v' - name: freebsd arch: arm64 @@ -97,7 +97,7 @@ jobs: flags: '-test.v -test.short' - name: netbsd arch: arm64 - version: '10.0' + version: '10.1' flags: '-test.v -test.short' - name: openbsd version: '7.6' @@ -116,7 +116,7 @@ jobs: run: .github/workflows/build-test.sh - name: Test - uses: cross-platform-actions/action@v0.26.0 + uses: cross-platform-actions/action@v0.27.0 with: operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.arch }} diff --git a/gormlite/download.sh b/gormlite/update.sh similarity index 100% rename from gormlite/download.sh rename to gormlite/update.sh