Update .github/workflows/build_push.yml

This commit is contained in:
Kohi-denn 2025-05-21 09:24:44 -05:00
parent 8223b8d3fa
commit 78b864fc50

View file

@ -80,7 +80,7 @@ jobs:
build_individual:
name: Build individual modules
needs: prepare
runs-on: docker
runs-on: ubuntu-22.04
strategy:
matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }}
steps: