aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Giessen <charles@lunarg.com>2024-10-15 11:23:06 -0500
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2024-10-15 14:28:56 -0600
commit56eca742a15f8a692306b66b23484682ee6e1806 (patch)
tree193adff128c5fb47fe09f1458ee22339179c4679
parent952011404e12dafa2f1c964d4a198ebbcef53abf (diff)
downloadusermoji-56eca742a15f8a692306b66b23484682ee6e1806.tar.xz
ci: Bump python version to 3.10
The docs lists 3.10 as a minimum required but only used 3.7 in github actions.
-rw-r--r--.github/workflows/tools.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 6b47a616..b2174c60 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.7'
+ python-version: '3.10'
- run: |
sudo apt-get -qq update
sudo apt install --yes libwayland-dev xorg-dev wayland-protocols
@@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.7'
+ python-version: '3.10'
- uses: lukka/get-cmake@latest
- uses: ilammy/msvc-dev-cmd@v1
with: