Skip to content

Commit bc5ac40

Browse files
committed
Bump rust version in CI
1 parent 9855dde commit bc5ac40

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-22.04, ubuntu-20.04]
28-
rust: [1.79]
28+
rust: [1.81]
2929
env:
3030
LD_LIBRARY_PATH: ~\.wasmedge\lib
3131

@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
os: [macos-14, macos-13]
64-
rust: [1.79]
64+
rust: [1.81]
6565

6666
steps:
6767
- name: Checkout sources
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: windows-2022
9191
strategy:
9292
matrix:
93-
rust: [1.79]
93+
rust: [1.81]
9494
env:
9595
WASMEDGE_DIR: ${{ github.workspace }}\WasmEdge-0.14.1-Windows
9696
steps:

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-22.04]
34-
rust: [1.79]
34+
rust: [1.81]
3535
env:
3636
LD_LIBRARY_PATH: ~\.wasmedge\lib
3737

@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
matrix:
8181
os: [macos-14, macos-13]
82-
rust: [1.79]
82+
rust: [1.81]
8383

8484
steps:
8585
- name: Checkout sources
@@ -117,7 +117,7 @@ jobs:
117117
if: ${{ github.event.inputs.build_windows == 'true' }}
118118
strategy:
119119
matrix:
120-
rust: [1.79]
120+
rust: [1.81]
121121
env:
122122
WASMEDGE_DIR: ${{ github.workspace }}\WasmEdge-0.14.1-Windows
123123
steps:

0 commit comments

Comments
 (0)