8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea2b47 commit 2aa67eaCopy full SHA for 2aa67ea
.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