diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 215b399..6465361 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,14 +98,14 @@ jobs: matrix: os: - name: freebsd - version: '14.2' + version: '14.3' flags: '-test.v' - name: netbsd version: '10.1' flags: '-test.v' - name: freebsd arch: arm64 - version: '14.2' + version: '14.3' flags: '-test.v -test.short' - name: netbsd arch: arm64 @@ -128,7 +128,7 @@ jobs: run: .github/workflows/build-test.sh - name: Test - uses: cross-platform-actions/action@v0.28.0 + uses: cross-platform-actions/action@v0.29.0 with: operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.arch }}