Commit bc5ac40 1 parent 9855dde commit bc5ac40 Copy full SHA for bc5ac40
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
strategy :
26
26
matrix :
27
27
os : [ubuntu-22.04, ubuntu-20.04]
28
- rust : [1.79 ]
28
+ rust : [1.81 ]
29
29
env :
30
30
LD_LIBRARY_PATH : ~\.wasmedge\lib
31
31
61
61
strategy :
62
62
matrix :
63
63
os : [macos-14, macos-13]
64
- rust : [1.79 ]
64
+ rust : [1.81 ]
65
65
66
66
steps :
67
67
- name : Checkout sources
90
90
runs-on : windows-2022
91
91
strategy :
92
92
matrix :
93
- rust : [1.79 ]
93
+ rust : [1.81 ]
94
94
env :
95
95
WASMEDGE_DIR : ${{ github.workspace }}\WasmEdge-0.14.1-Windows
96
96
steps :
Original file line number Diff line number Diff line change 31
31
strategy :
32
32
matrix :
33
33
os : [ubuntu-22.04]
34
- rust : [1.79 ]
34
+ rust : [1.81 ]
35
35
env :
36
36
LD_LIBRARY_PATH : ~\.wasmedge\lib
37
37
79
79
strategy :
80
80
matrix :
81
81
os : [macos-14, macos-13]
82
- rust : [1.79 ]
82
+ rust : [1.81 ]
83
83
84
84
steps :
85
85
- name : Checkout sources
@@ -117,7 +117,7 @@ jobs:
117
117
if : ${{ github.event.inputs.build_windows == 'true' }}
118
118
strategy :
119
119
matrix :
120
- rust : [1.79 ]
120
+ rust : [1.81 ]
121
121
env :
122
122
WASMEDGE_DIR : ${{ github.workspace }}\WasmEdge-0.14.1-Windows
123
123
steps :
You can’t perform that action at this time.
0 commit comments