Skip to content

Commit c8707ff

Browse files
authored
Update build-and-test.yml
1 parent d82c441 commit c8707ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: build-and-test
22
on: [push, workflow_dispatch]
33
jobs:
44
build:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-24.04
66
strategy:
77
matrix:
8-
python-version: ["3.8", "3.11"]
8+
python-version: ["3.12"]
99
steps:
1010
- uses: actions/checkout@v6
1111
- name: Build with Makefile

0 commit comments

Comments
 (0)