update workflow: change from host to docker container @native
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / setup_native (3.12.7) (push) Failing after 2m0s

This commit is contained in:
hoangvv 2025-01-15 09:20:49 +07:00
parent fab8e6896f
commit 745b831315

View File

@ -8,7 +8,7 @@ on:
jobs:
setup_native:
if: contains(github.event.head_commit.message, '@native')
runs-on: host
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.12.7]