Skip to content

Commit

Permalink
Bump versions on Windows job
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Sep 7, 2023
1 parent 7fb2c70 commit 9613da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ jobs:
fail-fast: false
matrix:
config:
- { rtools: 42, rversion: "4.2" }
- { rtools: 42, rversion: "devel" }
- { rtools: 43, rversion: "4.3" }
- { rtools: 43, rversion: "devel" }
env:
ARROW_R_CXXFLAGS: "-Werror"
_R_CHECK_TESTS_NLINES_: 0
Expand All @@ -255,7 +255,7 @@ jobs:
fetch-depth: 0
- run: mkdir r/windows
- name: Download artifacts
if: ${{ matrix.config.rtools == 42 }}
if: ${{ matrix.config.rtools == 43 }}
uses: actions/download-artifact@v3
with:
name: libarrow-rtools40-ucrt64.zip
Expand Down

0 comments on commit 9613da8

Please sign in to comment.