mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Update images for release as well
This commit is contained in:
parent
6f585856b4
commit
98843438c2
1 changed files with 3 additions and 3 deletions
|
@ -56,15 +56,15 @@ stages:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
windows-stable:
|
windows-stable:
|
||||||
imageName: 'windows-2019'
|
imageName: 'windows-2022'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
target: 'x86_64-pc-windows-msvc'
|
target: 'x86_64-pc-windows-msvc'
|
||||||
mac-stable-intel:
|
mac-stable-intel:
|
||||||
imageName: 'macos-11'
|
imageName: 'macos-13'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
target: 'x86_64-apple-darwin'
|
target: 'x86_64-apple-darwin'
|
||||||
mac-stable-arm:
|
mac-stable-arm:
|
||||||
imageName: 'macos-11'
|
imageName: 'macos-13'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
target: 'aarch64-apple-darwin'
|
target: 'aarch64-apple-darwin'
|
||||||
linux-stable:
|
linux-stable:
|
||||||
|
|
Loading…
Reference in a new issue