Skip to content

Commit fc67f6d

Browse files
committed
Update remaining 20.04 tests to 22.04
1 parent 5ea2b47 commit fc67f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286

287287
testFixedBundlerVersionForOldRuby:
288288
name: "Test bundler: 1.x for old Ruby"
289-
runs-on: ubuntu-20.04
289+
runs-on: ubuntu-22.04
290290
steps:
291291
- uses: actions/checkout@v4
292292
- uses: ./
@@ -411,7 +411,7 @@ jobs:
411411
run: ruby -e "abort if File.exist?('C:/msys64/mingw64/bin/gcc.exe')"
412412

413413
lint:
414-
runs-on: ubuntu-20.04
414+
runs-on: ubuntu-22.04
415415
steps:
416416
- uses: actions/checkout@v4
417417
- run: yarn install

0 commit comments

Comments
 (0)