Skip to content

Commit 0d404a7

Browse files
committed
Update CI compiler and OS
1 parent 61edb42 commit 0d404a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
Build-linux:
1111
runs-on: ${{ matrix.os }}
1212
env:
13-
CC: gcc-9
13+
CC: gcc
1414

1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, ubuntu-latest]
17+
os: [ubuntu-22.04, ubuntu-latest]
1818
python-version: ['3.10', '3.11', '3.12', '3.13']
1919

2020
steps:

0 commit comments

Comments
 (0)