We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea2b47 commit fc67f6dCopy full SHA for fc67f6d
.github/workflows/test.yml
@@ -286,7 +286,7 @@ jobs:
286
287
testFixedBundlerVersionForOldRuby:
288
name: "Test bundler: 1.x for old Ruby"
289
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
290
steps:
291
- uses: actions/checkout@v4
292
- uses: ./
@@ -411,7 +411,7 @@ jobs:
411
run: ruby -e "abort if File.exist?('C:/msys64/mingw64/bin/gcc.exe')"
412
413
lint:
414
415
416
417
- run: yarn install
0 commit comments