Skip to content

Commit

Permalink
Update dependency windows to v2022
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 75ebdf6 commit 7420af2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llvmlite_win-64_conda_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
win-64-build:
name: win-64-build
runs-on: windows-2019
runs-on: windows-2022
defaults:
run:
shell: bash -elx {0}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
win-64-test:
name: win-64-test
needs: win-64-build
runs-on: windows-2019
runs-on: windows-2022
defaults:
run:
shell: bash -elx {0}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/llvmlite_win-64_wheel_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
win-64-build:
name: win-64-build
runs-on: windows-2019
runs-on: windows-2022
defaults:
run:
shell: bash -el {0}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
win-64-validate:
name: win-64-validate
needs: win-64-build
runs-on: windows-2019
runs-on: windows-2022
defaults:
run:
shell: bash -el {0}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
win-64-test:
name: win-64-test
needs: win-64-validate
runs-on: windows-2019
runs-on: windows-2022
defaults:
run:
shell: bash -el {0}
Expand Down

0 comments on commit 7420af2

Please sign in to comment.