Skip to content

Commit

Permalink
ci: build flask-cedarling with ubuntu 20 (#10621)
Browse files Browse the repository at this point in the history
ci: build with ubuntu 20

Signed-off-by: moabu <[email protected]>
  • Loading branch information
moabu authored Jan 14, 2025
1 parent c0dce75 commit cd4bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
gh release upload $VER *.zip *.sha256sum --clobber
build_cedarling_python:
if: github.repository == 'JanssenProject/jans'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
Expand Down

0 comments on commit cd4bcb4

Please sign in to comment.