We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82c441 commit c8707ffCopy full SHA for c8707ff
.github/workflows/build-and-test.yml
@@ -2,10 +2,10 @@ name: build-and-test
2
on: [push, workflow_dispatch]
3
jobs:
4
build:
5
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
6
strategy:
7
matrix:
8
- python-version: ["3.8", "3.11"]
+ python-version: ["3.12"]
9
steps:
10
- uses: actions/checkout@v6
11
- name: Build with Makefile
0 commit comments