Skip to content

Commit f77053f

Browse files
committed
Update GitHub Actions workflow to use Ubuntu 22.04 for scheduled tasks
- Changed the runner environment from 'ubuntu-latest' to 'ubuntu-22.04' in the scheduled task workflow for better compatibility and stability. - This update ensures that the workflow runs on a more specific and supported version of Ubuntu, potentially improving performance and reliability.
1 parent ff65faf commit f77053f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-task_update-sponsors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: 30 15 * * 0-6
66
jobs:
77
deploy:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout 🛎️
1111
uses: actions/checkout@v4

0 commit comments

Comments
 (0)