Update CodeQL versions tested in generated checks

This commit is contained in:
Henry Mercer
2024-10-15 19:40:05 +01:00
parent fc983c82c2
commit 619f0d628b
53 changed files with 76 additions and 346 deletions

View File

@@ -42,12 +42,7 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v5
if: >-
runner.os == 'macOS' && (
matrix.version == 'stable-v2.13.5' ||
matrix.version == 'stable-v2.14.6')
if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'
with:
python-version: '3.11'
- name: Check out repository