summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 11:23:29 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 11:23:29 +0100
commitbacbeff74bc3d1866246bb1f397f18e64a62c27a (patch)
tree7bbb7662d673529db1005a009f540daa13ff37e5
parent24f29906a422e00f0181a4c801677fbde70f0b94 (diff)
downloadsqlparse-bacbeff74bc3d1866246bb1f397f18e64a62c27a.tar.gz
Update workflow runner.
-rw-r--r--.github/workflows/python-app.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml
index 4f16585..e87b5e4 100644
--- a/.github/workflows/python-app.yml
+++ b/.github/workflows/python-app.yml
@@ -12,7 +12,7 @@ on:
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04 # keep it on 20.04 to have Python 3.5 and 3.6 available
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]