workflow: cherry-pick b2868de69e to test.yml as well

This commit is contained in:
lifehackerhansol
2023-04-12 11:04:56 -07:00
committed by oreo639
parent 462d65f693
commit 85f7a1f368
+2 -3
View File
@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
@@ -17,7 +17,7 @@ jobs:
uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.6.7'
python-version: '3.11.0'
# You can test your matrix by printing the current Python version
- name: Display Python version
@@ -40,4 +40,3 @@ jobs:
- name: Run Mkdocs
# Build the site using mkdocs
run: mkdocs build --verbose --clean --strict