diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-01-27 13:54:11 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-01-27 13:54:11 -0500 |
commit | 9d93f350a58353906a8eed68f4eb50a4cd3ee724 (patch) | |
tree | f23fade98dbd3845f8eb14ea518001eb5f6fa664 /.github | |
parent | efe1146b69997be7a6f89063098446d7cdd1eca9 (diff) | |
download | bfs-9d93f350a58353906a8eed68f4eb50a4cd3ee724.tar.xz |
ci: Update to NetBSD 10.1
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc8f75d..8e34313 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: uses: cross-platform-actions/action@v0.27.0 with: operating_system: netbsd - version: "10.0" + version: "10.1" run: | PATH="/sbin:/usr/sbin:$PATH" |