summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authoramey asgaonkar <160177341+aasgaonkar@users.noreply.github.com>2025-05-29 13:25:56 -0700
committerGitHub <noreply@github.com>2025-05-29 13:25:56 -0700
commitf4d7954e088966c2ae8618b1cc17aac4d64ef013 (patch)
tree1913624ce4f28e41fde2556ee63c6e0bd40a4099 /.github/workflows/release.yml
parentfaf042ecc3e688a1a3ffbe1ac44d18dd7ddf441a (diff)
Update ubuntu runners to use 22.04 (#7142)
* Update ubuntu runners to use 22.04 - Use ubuntu-22.04 runners instead of latest - Leverage glibc-2.35 for release pkg - delete centos/glibc2.17 release workflow yaml
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d1e4b923a..f2cf299c8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -15,7 +15,6 @@ on:
- "README.md"
tags:
- "v*"
-
jobs:
release:
strategy:
@@ -28,7 +27,7 @@ jobs:
- {
os: linux,
platform: x86_64,
- runs-on: ubuntu-latest,
+ runs-on: ubuntu-22.04,
compiler: gcc,
}
- {