Skip to content

Commit

Permalink
Merge pull request #511 from ydah/retire
Browse files Browse the repository at this point in the history
Retire ubuntu-20.04
  • Loading branch information
ydah authored Jan 18, 2025
2 parents 557108d + 0092e2b commit c7dd4f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

test:
needs: ruby-versions
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- run: bundle exec rspec
test-c:
needs: ruby-versions
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -75,7 +75,7 @@ jobs:
COMPILER: ${{ matrix.compiler }}
test-cpp:
needs: ruby-versions
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -93,7 +93,7 @@ jobs:
env:
COMPILER: ${{ matrix.compiler }}
test-memory:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -113,7 +113,7 @@ jobs:
env:
ENABEL_VALGRIND: 'true'
check-misc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
ruby: ['head']
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
bundle exec rake build:parser
git diff --color --no-ext-diff --ignore-submodules --exit-code lib/lrama/parser.rb
steep-check:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -167,7 +167,7 @@ jobs:
- run: bundle exec rbs collection install
- run: bundle exec steep check
test-ruby:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c7dd4f3

Please sign in to comment.