about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2023-02-14 23:30:27 -0800
committerGitHub <noreply@github.com>2023-02-15 08:30:27 +0100
commitfb8503e861b630728ead4be847309f1fd7c03dd4 (patch)
tree36cd2d74fd90b01be37d776978eff3e14ca32a4c /.github/workflows
parentd15a9df6fefd515e8c655b1a03f08d2a95675d97 (diff)
Upgrade to Ruby 3.2 (#22928)
Co-authored-by: Matthew Ford <matt@bitzesty.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-i18n.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-i18n.yml b/.github/workflows/check-i18n.yml
index b2e619786..aa2ec0394 100644
--- a/.github/workflows/check-i18n.yml
+++ b/.github/workflows/check-i18n.yml
@@ -14,7 +14,7 @@ permissions:
 
 jobs:
   check-i18n:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
 
     steps:
       - uses: actions/checkout@v3