- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.7'
+ python-version: '3.11'
- name: Test CMake min
# NOTE: The main users who benefit from an older CMake version
# are linux users stuck on older LTS releases. It's idiomatic best
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.7'
+ python-version: '3.11'
- uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.17.2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.7'
+ python-version: '3.11'
- uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.17.2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.7'
+ python-version: '3.11'
- uses: lukka/get-cmake@latest
- run: |
cmake -S. -B build \
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.7'
+ python-version: '3.11'
- uses: lukka/get-cmake@latest
- run: |
cmake -S . -B build \
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.7'
+ python-version: '3.11'
- uses: lukka/get-cmake@latest
- run: |
cmake -S. -B build \
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.8'
+ python-version: '3.11'
- uses: lukka/get-cmake@latest
- name: Setup uasm
run: |
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
- python-version: '3.8'
+ python-version: '3.11'
- uses: lukka/get-cmake@latest
# Make sure this doesn't fail even without explicitly setting '-D USE_MASM=OFF' and without uasm
- run: |