We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da5874 commit 9cf30eeCopy full SHA for 9cf30ee
1 file changed
.github/workflows/main.yml
@@ -258,13 +258,9 @@ jobs:
258
build-py-simulation:
259
if: github.event.pull_request.draft == false
260
runs-on: ubuntu-latest
261
- container: quay.io/pypa/manylinux2014_x86_64 #use manylinux2014 here, to be changed when actions for this job will be updated. See Issue #939
262
- env:
263
- # workaround required for checkout@v3, https://github.com/actions/checkout/issues/1590
264
- # to be removed when upgrading to v4 in Issue #939
265
- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
+ container: quay.io/pypa/manylinux_2_28_x86_64
266
steps:
267
- - uses: actions/checkout@v3 # use v3 here as v4 produces error with cmake
+ - uses: actions/checkout@v4
268
- uses: ./.github/actions/build-py
269
with:
270
package: simulation
0 commit comments