Skip to content

Commit

Permalink
Switched to windows-2019 container
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Jun 23, 2022
1 parent dbd58ba commit 7c454be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Create release and build artifacts
jobs:
build_win_cuda11_3:
name: Windows CUDA 11.3
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@master
Expand All @@ -33,7 +33,7 @@ jobs:

build_win_cuda11_0:
name: Windows CUDA 11.0
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@master
Expand All @@ -58,7 +58,7 @@ jobs:

build_win_cuda10_2:
name: Windows CUDA 10.2
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@master
Expand All @@ -83,7 +83,7 @@ jobs:

build_win_cuda10_1:
name: Windows CUDA 10.1
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down

0 comments on commit 7c454be

Please sign in to comment.