Skip to content

Commit

Permalink
python-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jun 28, 2024
1 parent 298335b commit 8bc39fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests-mgb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
cypress-run:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false # suggested by Cypress
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
cypress-run:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false # suggested by Cypress
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: cgap-portal tests

# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

# Build matrix
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
name: Static checks of source code (PEP8 and our custom checks)
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 8bc39fb

Please sign in to comment.