Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ jobs:
run: sysctl hw
if: runner.os == 'macOS'
- name: CPU information
run: wmic cpu list /format:list
run: Get-WmiObject Win32_Processor
shell: pwsh
if: runner.os == 'Windows'

Expand Down
2 changes: 1 addition & 1 deletion ci/build-build-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// targets/platforms once and then duplicate them all with a "min" build.

const ubuntu = 'ubuntu-24.04';
const windows = 'windows-2022';
const windows = 'windows-2025';
const macos = 'macos-14';

const array = [
Expand Down
2 changes: 1 addition & 1 deletion ci/build-test-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const GENERIC_BUCKETS = 3;
const SINGLE_CRATE_BUCKETS = ["wasmtime", "wasmtime-cli", "wasmtime-wasi"];

const ubuntu = 'ubuntu-24.04';
const windows = 'windows-2022';
const windows = 'windows-2025';
const macos = 'macos-14';

// This is the small, fast-to-execute matrix we use for PRs before they enter
Expand Down