Skip to content

Commit

Permalink
Setup Ninja action in the CI/CD workflow is changed to use v4 instead…
Browse files Browse the repository at this point in the history
… of master as the newest version required node20 which cannot be run on manylinux containers
  • Loading branch information
adelhpour committed Jun 24, 2024
1 parent 13bdc76 commit 4602cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
fi
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master
uses: seanmiddleditch/gha-setup-ninja@v4

- name: Get Host Architecture
shell: bash
Expand Down

0 comments on commit 4602cae

Please sign in to comment.