diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 011443fe..b294d7c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" @@ -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"