Update GitHub Actions to use stable Rust and Windows 2022

This commit is contained in:
amd64fox 2025-10-27 20:47:54 +03:00 committed by GitHub
parent d78141cc92
commit 7ff5e1f0ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ on:
jobs:
build:
runs-on: windows-latest
runs-on: windows-2022
strategy:
matrix:
include:
@ -22,7 +22,7 @@ jobs:
- name: Install Rust toolchain and target
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
profile: minimal
override: true
target: ${{ matrix.rust_target }}