Skip to content

Commit 5a1ea0b

Browse files
committed
x
1 parent 0a63853 commit 5a1ea0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
save-if: ${{ inputs.is_main }}
6868

6969
- name: Clean
70-
if: ${{ inputs.is_main || inputs.os == 'windows-2022' }}
70+
if: ${{ inputs.is_main || inputs.os == 'windows-2025' }}
7171
run: cargo clean
7272

7373
# ************************************************************************************************
@@ -134,7 +134,7 @@ jobs:
134134
RUST_BACKTRACE: full
135135
# note: this may be temporary
136136
RUSTFLAGS: >-
137-
-D warnings -Cdebuginfo=0 ${{ inputs.os == 'windows-2022' &&
137+
-D warnings -Cdebuginfo=0 ${{ inputs.os == 'windows-2025-xl' &&
138138
'-Clink-arg=/DEBUG:NONE' || '' }}
139139
CARGO_PROFILE_RELEASE_DEBUG: false
140140
CARGO_BUILD_JOBS: 1

0 commit comments

Comments
 (0)