Skip to content

Commit c1fa32d

Browse files
committed
ci: align xlings version with project toolchain
1 parent 47918bb commit c1fa32d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
# Pinned rather than "newest": a bootstrap that floats turns an upstream
2626
# release into a red build on an unrelated PR. Floor is xlings 0.4.69
2727
# (the index keys by (namespace, name) from there on) — never pin below it.
28-
XLINGS_VERSION: v2026.7.28.4
28+
XLINGS_VERSION: v2026.8.11.2
2929
XLINGS_NON_INTERACTIVE: '1'
3030

3131
jobs:

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
env:
22-
XLINGS_VERSION: v2026.7.28.4
22+
XLINGS_VERSION: v2026.8.11.2
2323
XLINGS_NON_INTERACTIVE: '1'
2424

2525
jobs:

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
env:
2323
# Both installers read this: the shell one takes it as an argument or an env
2424
# var, the PowerShell one defaults its -Version parameter to it.
25-
XLINGS_VERSION: v2026.7.28.4
25+
XLINGS_VERSION: v2026.8.11.2
2626
XLINGS_NON_INTERACTIVE: '1'
2727

2828
jobs:

0 commit comments

Comments
 (0)