Skip to content

Commit

Permalink
Merge pull request #342 from fooof-tools/pytests
Browse files Browse the repository at this point in the history
[MNT] - try new ubuntu tagged test version for py37
  • Loading branch information
TomDonoghue authored Feb 4, 2025
2 parents cbbec68 + 68140ca commit ba9bee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
# Tag ubuntu version to 22.04, in order to support python 3.7
# See issue: https://github.com/actions/runner-images/issues/10893
# When ready to drop 3.7, can update from 'ubuntu-22.04' -> 'ubuntu-latest'
runs-on: ubuntu-22.04
env:
MODULE_NAME: specparam
strategy:
Expand Down

0 comments on commit ba9bee3

Please sign in to comment.