Skip to content

Commit

Permalink
downgraded ubuntu version in github workflows to 22.04 for compatibil…
Browse files Browse the repository at this point in the history
…ity with python3.7
  • Loading branch information
sassless committed Dec 23, 2024
1 parent 0ef1a58 commit e20613d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
run_tests_development:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# container: node:20-bookworm
services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
run_tests_master:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# container: node:20-bookworm
services:
mysql:
Expand Down

0 comments on commit e20613d

Please sign in to comment.