Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@

jobs:
ci:
uses: nanvix/workflows/.github/workflows/nanvix-ci.yml@v2.0.2
uses: nanvix/workflows/.github/workflows/nanvix-ci.yml@v2.1.0
with:
zutil-version: "v0.10.3"
platforms: '["microvm"]'
process-modes: '["standalone"]'
memory-sizes: '["256mb"]'
Expand All @@ -40,7 +39,7 @@
yaml-paths: ".github/workflows/ci.yml"
release-notes-extra: |
CPython 3.12.3 distribution for Nanvix with pure Python pip packages.
docker-image: "ghcr.io/nanvix/toolchain-python@sha256:2ef7213bfff85e927f18d8f0fc53063b9c6ffed236a6b30c92f6b4e148c2dec4" # yamllint disable-line rule:line-length

Check warning on line 42 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / ci / Format & Lint

42:127 [comments] too few spaces before comment
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN || secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down
Loading