Skip to content

Commit 4abef51

Browse files
authored
Pin some more CI build images (#10452)
This updates a few more images off the `*-latest` version numbering for jobs doing nontrivial things internally. We're guaranteed to have to update these in the future but my hope is that the required updates are few and far between so it's not too costly. This is inspired by some breakage on the 24.0.0 branch where for the LTS nature of branches it's probably best to avoid `*-latest` for any CI container doing something nontrivial.
1 parent eab0a9d commit 4abef51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ jobs:
654654
strategy:
655655
fail-fast: true
656656
matrix:
657-
os: [ubuntu-latest, macos-latest, windows-latest]
657+
os: [ubuntu-24.04, macos-14, windows-2025]
658658

659659
steps:
660660
- uses: actions/checkout@v4
@@ -813,9 +813,9 @@ jobs:
813813
strategy:
814814
matrix:
815815
feature: ["openvino"]
816-
os: ["ubuntu-latest", "windows-latest"]
816+
os: ["ubuntu-24.04", "windows-2025"]
817817
include:
818-
- os: windows-latest
818+
- os: windows-2025
819819
feature: winml
820820
name: Test wasi-nn (${{ matrix.feature }}, ${{ matrix.os }})
821821
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)