Skip to content

Commit e424547

Browse files
authored
start CI jobs every 12h and run with python 3.12
1 parent 2941dab commit e424547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
branches:
66
- master
77
schedule:
8-
- cron: "0 */6 * * *"
8+
- cron: "0 */12 * * *"
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
python-version:
15-
- '3.10'
15+
- '3.12'
1616
singularity-version:
1717
- '3.8.3'
1818
steps:

0 commit comments

Comments
 (0)