File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 housekeeping :
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616 steps :
1717 - uses : actions/checkout@v4
1818
4949 ./bin/template_status.py -v -p .problem-specifications
5050
5151 canonical_sync :
52- runs-on : ubuntu-latest
52+ runs-on : ubuntu-22.04
5353 needs : housekeeping
5454 strategy :
5555 matrix :
Original file line number Diff line number Diff line change 55
66jobs :
77 comment-on-new-issue :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99 name : Comments for every NEW issue.
1010 steps :
1111 - name : Checkout
Original file line number Diff line number Diff line change 44
55jobs :
66 pr-comment :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-22.04
88 steps :
99 -
uses :
exercism/[email protected] 1010 with :
Original file line number Diff line number Diff line change 66
77jobs :
88 stale :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 steps :
1111 - uses : actions/stale@v8
1212 with :
Original file line number Diff line number Diff line change 88
99jobs :
1010 test-runner :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Run test-runner
You can’t perform that action at this time.
0 commit comments