Skip to content

Commit 09cbf97

Browse files
authored
Merge pull request #2003 from larrybradley/remove-ubuntu-20.04
Use ubuntu-latest instead of deprecated 20.04
2 parents e8586e9 + 8a93f1a commit 09cbf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cron_weekly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# we include them just in the weekly cron. These also serve as a test
6868
# of using system libraries and using pytest directly.
6969

70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-latest
7171
name: More architectures
7272
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')))
7373
env:

0 commit comments

Comments
 (0)