Skip to content

Commit fb161fb

Browse files
authored
Use ubuntu 22.04 in CI (#34)
1 parent fc98de6 commit fb161fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ ubuntu-24.04, macos-14, windows-2019 ]
16+
os: [ ubuntu-22.04, macos-14, windows-2019 ]
1717
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1818
include:
1919
- python-version: '3.9'
@@ -129,7 +129,7 @@ jobs:
129129
strategy:
130130
fail-fast: false
131131
matrix:
132-
os: [ ubuntu-24.04, macos-14, windows-2019 ]
132+
os: [ ubuntu-22.04, macos-14, windows-2019 ]
133133
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
134134
include:
135135
- python-version: '3.9'

0 commit comments

Comments
 (0)