diff options
| author | Quentin Pradet <quentin.pradet@gmail.com> | 2023-04-14 19:31:30 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 10:31:30 -0500 |
| commit | da6a3f55d58742ec373d86094ce7bef9e4ac4892 (patch) | |
| tree | 7ba30a1e96fa512a939d140602db5ac03b488775 | |
| parent | 2a0a35bda71409bcdaf267fa9f8b889449b5cdbe (diff) | |
| download | urllib3-da6a3f55d58742ec373d86094ce7bef9e4ac4892.tar.gz | |
Bump Ubuntu version in integration tests
Ubuntu 18.04 is gone: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
| -rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b4da6747..fc821520 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: downstream: [botocore, requests] - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 timeout-minutes: 30 steps: |
