We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8586e9 + 8a93f1a commit 09cbf97Copy full SHA for 09cbf97
.github/workflows/ci_cron_weekly.yml
@@ -67,7 +67,7 @@ jobs:
67
# we include them just in the weekly cron. These also serve as a test
68
# of using system libraries and using pytest directly.
69
70
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
71
name: More architectures
72
if: (github.repository == 'astropy/photutils' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Arch CI')))
73
env:
0 commit comments