mirror of
https://github.com/oobabooga/textgen.git
synced 2026-07-23 11:20:54 -05:00
Use windows-2022 in workflows
This commit is contained in:
6
.github/workflows/build-everything-tgw.yml
vendored
6
.github/workflows/build-everything-tgw.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
uses: ./.github/workflows/build-portable-release-cuda.yml
|
||||
with:
|
||||
version: ${{ inputs.version }}
|
||||
config: 'os:windows-2019'
|
||||
config: 'os:windows-2022'
|
||||
|
||||
build_release_cuda_linux:
|
||||
name: CUDA Linux
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
uses: ./.github/workflows/build-portable-release-vulkan.yml
|
||||
with:
|
||||
version: ${{ inputs.version }}
|
||||
config: 'os:windows-2019'
|
||||
config: 'os:windows-2022'
|
||||
|
||||
build_release_vulkan_linux:
|
||||
name: Vulkan Linux
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
uses: ./.github/workflows/build-portable-release.yml
|
||||
with:
|
||||
version: ${{ inputs.version }}
|
||||
config: 'os:windows-2019'
|
||||
config: 'os:windows-2022'
|
||||
|
||||
build_release_cpu_linux:
|
||||
name: CPU Linux
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
id: set-matrix
|
||||
run: |
|
||||
$matrix = @{
|
||||
'os' = @('ubuntu-22.04', 'windows-2019')
|
||||
'os' = @('ubuntu-22.04', 'windows-2022')
|
||||
'pyver' = @("3.11")
|
||||
'avx' = @("AVX2")
|
||||
'cuda' = @("11.7", "12.4")
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
id: set-matrix
|
||||
run: |
|
||||
$matrix = @{
|
||||
'os' = @('ubuntu-22.04', 'windows-2019')
|
||||
'os' = @('ubuntu-22.04', 'windows-2022')
|
||||
'pyver' = @("3.11")
|
||||
'avx' = @("AVX2")
|
||||
}
|
||||
|
||||
2
.github/workflows/build-portable-release.yml
vendored
2
.github/workflows/build-portable-release.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
id: set-matrix
|
||||
run: |
|
||||
$matrix = @{
|
||||
'os' = @('ubuntu-22.04', 'windows-2019', 'macos-13', 'macos-14')
|
||||
'os' = @('ubuntu-22.04', 'windows-2022', 'macos-13', 'macos-14')
|
||||
'pyver' = @("3.11")
|
||||
'avx' = @("AVX2")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user