Skip to content

Commit

Permalink
DT-1105: Pin ubuntu version to unblock python client generation githu…
Browse files Browse the repository at this point in the history
…b action (#1873)

pin ubuntu version
  • Loading branch information
snf2ye authored Dec 17, 2024
1 parent ab59a58 commit 3d1596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
permissions:
Expand Down

0 comments on commit 3d1596b

Please sign in to comment.