Skip to content

Commit 0609af0

Browse files
committed
use default python again
Currently, ubuntu-latest is ubuntu-24.04. ubuntu-24.04 ships with python 3.12 which is newer than python 3.11 (the version we previously manually installed).
1 parent ffe34b0 commit 0609af0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ jobs:
2121
- name: "Checkout Repository"
2222
uses: actions/checkout@v4
2323

24-
# TODO: Remove when Python 3.11 is the default on the Gihtub Actions image
25-
- name: "Install Python 3.11"
26-
run: sudo apt-get -y install python3.11
27-
2824
- name: "Run release script"
29-
run: "python3.11 scripts/ci-release.py"
25+
run: "python scripts/ci-release.py"
3026
env:
3127
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
3228
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)