Skip to content

Commit

Permalink
CUDA Test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 2, 2024
1 parent 22b6ebb commit 3f4bfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest, windows-2019]
include:
- os: ubuntu-20.04 # For Ubuntu only
os-name: "Ubuntu"
Expand All @@ -20,7 +20,7 @@ jobs:
- sudo: "sudo" # For Ubuntu and macOS
c-compiler: "gcc"
cxx-compiler: "g++"
- os: windows-latest # For Windows only
- os: windows-2019 # For Windows only
os-name: "Windows"
sudo: ""
c-compiler: "cl.exe"
Expand Down

0 comments on commit 3f4bfa7

Please sign in to comment.