Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
flags: --config=clang-tsan
- name: 'NullVM on Windows/x86_64'
engine: 'null'
os: windows-2019
os: windows-2022
arch: x86_64
action: test
targets: -//test/fuzz/...
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- name: 'Wasmtime on Windows/x86_64'
engine: 'wasmtime'
repo: 'com_github_bytecodealliance_wasmtime'
os: windows-2019
os: windows-2022
arch: x86_64
action: test
targets: -//test/fuzz/...
Expand Down
6 changes: 3 additions & 3 deletions bazel/cargo/wasmtime/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ licenses([
# Aliased targets
alias(
name = "anyhow",
actual = "@wasmtime__anyhow__1_0_71//:anyhow",
actual = "@wasmtime__anyhow__1_0_75//:anyhow",
tags = [
"cargo-raze",
"manual",
Expand All @@ -32,7 +32,7 @@ alias(

alias(
name = "once_cell",
actual = "@wasmtime__once_cell__1_17_2//:once_cell",
actual = "@wasmtime__once_cell__1_18_0//:once_cell",
tags = [
"cargo-raze",
"manual",
Expand All @@ -41,7 +41,7 @@ alias(

alias(
name = "wasmtime",
actual = "@wasmtime__wasmtime__9_0_3//:wasmtime",
actual = "@wasmtime__wasmtime__13_0_0//:wasmtime",
tags = [
"cargo-raze",
"manual",
Expand Down
Loading