ruby-changes:69918
From: MSP-Greg <ko1@a...>
Date: Wed, 24 Nov 2021 23:05:07 +0900 (JST)
Subject: [ruby-changes:69918] 7d55f1b6b6 (master): [Actions] use windows-2022 for mingw
https://git.ruby-lang.org/ruby.git/commit/?id=7d55f1b6b6 From 7d55f1b6b6b9777a8bd665f6c5ed6a64c7fa2e9b Mon Sep 17 00:00:00 2001 From: MSP-Greg <Greg.mpls@g...> Date: Mon, 22 Nov 2021 19:49:12 -0600 Subject: [Actions] use windows-2022 for mingw MSP-Greg/ruby-setup-ruby@win-ucrt-1 --- .github/workflows/mingw.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index ba8becf4b03..eb87f66ad88 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -20,7 +20,7 @@ concurrency: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L20 # jobs: make: - runs-on: windows-2019 + runs-on: windows-2022 name: ${{ github.workflow }} (${{ matrix.msystem }}) env: MSYSTEM: ${{ matrix.msystem }} @@ -55,12 +55,9 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L55 with: path: src - name: Set up Ruby & MSYS2 - uses: MSP-Greg/setup-ruby-pkgs@ucrt + uses: MSP-Greg/ruby-setup-ruby@win-ucrt-1 with: ruby-version: ${{ matrix.base_ruby }} - setup-ruby-ref: MSP-Greg/ruby-setup-ruby/00-win-ucrt - mingw: _upgrade_ gmp libffi libyaml openssl ragel readline gcc - msys2: automake1.16 bison - name: set env run: | echo "GNUMAKEFLAGS=-j$((2 * NUMBER_OF_PROCESSORS))" >> $GITHUB_ENV @@ -112,7 +109,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L109 make test - name: test-all - timeout-minutes: 40 + timeout-minutes: 45 run: | # Actions uses UTF8, causes test failures, similar to normal OS setup chcp.com 437 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/