Skip to content

Commit

Permalink
bring up cron ci job to resemble basic ci on commits
Browse files Browse the repository at this point in the history
  • Loading branch information
cjekel committed Dec 9, 2022
1 parent ce723ad commit 2e28830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2e28830

Please sign in to comment.