Skip to content

Commit 1fa3728

Browse files
Merge pull request #8 from aligheshlaghi97/feat/py3.13
fix: ubuntu-24.04 instead of latest.
2 parents b03f827 + 70a4245 commit 1fa3728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
build:
1717

18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04
1919
strategy:
2020
matrix:
2121
python-version: [ "3.12", "3.13" ]

0 commit comments

Comments
 (0)