mirror of
https://github.com/github/codeql-action.git
synced 2026-04-25 16:28:48 +00:00
Force python 3.11 for macos
3.12 does not work.
This commit is contained in:
Generated
+5
@@ -44,6 +44,11 @@ jobs:
|
||||
timeout-minutes: 45
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Setup Python on MacOS
|
||||
uses: actions/setup-python@v2
|
||||
if: matrix.os == 'macos-latest'
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Prepare test
|
||||
|
||||
Reference in New Issue
Block a user