diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-11-05 13:10:45 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-05 13:10:45 +0530 |
| commit | 770ef1460085e1a1b706cc7f066e7b3ea5010eb0 (patch) | |
| tree | dde6640b3579fa2fd614526d75e9f713af666455 /.github/workflows/cargo_publish.yml | |
| parent | 4861108592e4543c6245f8b477f083ec1b34f627 (diff) | |
chore: upgrade publish workflow to ubuntu 24 (#26731)
Diffstat (limited to '.github/workflows/cargo_publish.yml')
| -rw-r--r-- | .github/workflows/cargo_publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml index f285b7891..3af97f466 100644 --- a/.github/workflows/cargo_publish.yml +++ b/.github/workflows/cargo_publish.yml @@ -10,7 +10,7 @@ concurrency: jobs: build: name: cargo publish - runs-on: ubuntu-20.04-xl + runs-on: ubuntu-24.04-xl timeout-minutes: 90 env: |
