Skip to content

Commit 64efa17

Browse files
committed
ci: use namespace for freebsd
1 parent 861d1ec commit 64efa17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- run: nix build
9292

9393
test-x86_64-freebsd:
94-
runs-on: ubuntu-latest
94+
runs-on: namespace-profile-mitchellh-sm
9595
steps:
9696
- name: Checkout code
9797
uses: actions/checkout@v4
@@ -107,7 +107,7 @@ jobs:
107107
pkg install -y wget
108108
109109
run: |
110-
# switch to pkg
110+
# TODO: switch to pkg when available, and use v0.14.1
111111
wget https://ziglang.org/builds/zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
112112
tar -xf zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
113113
zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42/zig build test --summary all

0 commit comments

Comments
 (0)