Skip to content

Commit

Permalink
github: bump python versions to 3.10
Browse files Browse the repository at this point in the history
Ubuntu 22.04 is our base distribution so let's use the version that
comes with that.
  • Loading branch information
whot committed May 8, 2024
1 parent 9cb019e commit 5bdb2c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
- uses: ./.github/actions/pkginstall
with:
apt: $UBUNTU_PACKAGES
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
- uses: ./.github/actions/pkginstall
with:
apt: $UBUNTU_PACKAGES
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
# Run as sudo because we install to /etc and thus need the pip
# packages available to root
- uses: ./.github/actions/pkginstall
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
# Run as sudo because we install to /etc and thus need the pip
# packages available to root
- uses: ./.github/actions/pkginstall
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- name: install python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
- uses: ./.github/actions/pkginstall
with:
apt: $UBUNTU_PACKAGES
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
- uses: ./.github/actions/pkginstall
with:
apt: $UBUNTU_PACKAGES
Expand Down

0 comments on commit 5bdb2c0

Please sign in to comment.