-
Notifications
You must be signed in to change notification settings - Fork 3.3k
The Windows 2019 Actions runner image will begin deprecation on 2025-06-01 and will be fully unsupported by 2025-06-30 #12045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
windows-2019 is being deprecated in June. actions/runner-images#12045
import undetected_chromedriver as uc SETTINGSlogin_url = "https://auth.lusha.com/login" Load accountsdef load_accounts(filename): Load proxiesdef load_proxies(filename): Create browserdef create_browser(proxy=None): Solve Captcha using 2Captchadef solve_captcha(sitekey, url):
Get captcha sitekey dynamicallydef get_sitekey(browser): Inject token into pagedef inject_captcha_token(browser, token): Perform login checkdef login_check(username, password):
Main Executionif name == "main":
|
import undetected_chromedriver.v2 as uc Website URLlogin_url = "https://auth.lusha.com/login" Define the accounts directly in the scriptaccounts = [ Function to perform login checkdef login_check(username, password):
Main function to run login checks for all accountsdef check_all_accounts(): Run the functioncheck_all_accounts() |
1 similar comment
import undetected_chromedriver.v2 as uc Website URLlogin_url = "https://auth.lusha.com/login" Define the accounts directly in the scriptaccounts = [ Function to perform login checkdef login_check(username, password):
Main function to run login checks for all accountsdef check_all_accounts(): Run the functioncheck_all_accounts() |
windows 2019 runner update notice has been issued: actions/runner-images#12045
Breaking changes
We will soon start the deprecation process for Windows 2019. While the image is being deprecated, you may experience longer queue times during peak usage hours. Deprecation will begin on 2025-06-01 and the image will be fully unsupported by 2025-06-30.
To raise awareness of the upcoming removal, we will temporarily fail jobs using windows 2019. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times:
Target date
Final retirement date:
2025-06-30
The motivation for the changes
We maintain the latest two stable versions of any given OS version. Windows 2025 is moved to GA on 2025-04-07 so we start deprecating the oldest image at that time.
Possible impact
Workflows using the
windows-2019
image label should be updated towindows-2022
orwindows-2025
.Platforms affected
Runner images affected
Mitigation ways
N/A
The text was updated successfully, but these errors were encountered: