Skip to content

Commit 8e4f819

Browse files
committed
Update workflow to use newer Ubuntu runner
1 parent 40f14e0 commit 8e4f819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
native-py:
1111

12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
strategy:
1414
matrix:
1515
python-version: [ '3.8', '3.9', '3.10', '3.11' ]

0 commit comments

Comments
 (0)