Skip to content

Commit 9cf30ee

Browse files
authored
Upgrade manylinux image used for python in CI (#1064)
1 parent 3da5874 commit 9cf30ee

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,9 @@ jobs:
258258
build-py-simulation:
259259
if: github.event.pull_request.draft == false
260260
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
261+
container: quay.io/pypa/manylinux_2_28_x86_64
266262
steps:
267-
- uses: actions/checkout@v3 # use v3 here as v4 produces error with cmake
263+
- uses: actions/checkout@v4
268264
- uses: ./.github/actions/build-py
269265
with:
270266
package: simulation

0 commit comments

Comments
 (0)