diff options
author | Aaron Patterson <tenderlove@ruby-lang.org> | 2023-02-14 23:30:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 08:30:27 +0100 |
commit | fb8503e861b630728ead4be847309f1fd7c03dd4 (patch) | |
tree | 36cd2d74fd90b01be37d776978eff3e14ca32a4c /.github/workflows | |
parent | d15a9df6fefd515e8c655b1a03f08d2a95675d97 (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.yml | 2 |
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 |