without :host then?
All checks were successful
Flake8 / build (3.11) (push) Successful in 1s

This commit is contained in:
2025-03-14 11:54:28 +01:00
parent ee66b64cd8
commit 5291140caf

View File

@ -6,7 +6,7 @@ on: [push]
# XXX need to do stuff with uv # XXX need to do stuff with uv
jobs: jobs:
build: build:
runs-on: freebsd:host runs-on: freebsd
strategy: strategy:
matrix: matrix:
python-version: ["3.11"] python-version: ["3.11"]