31
31
- name : Install Rust
32
32
uses : dtolnay/rust-toolchain@stable
33
33
with :
34
- toolchain : 1.81
34
+ toolchain : 1.85
35
35
36
36
- name : Install dependencies
37
37
run : |
54
54
fail-fast : false
55
55
matrix :
56
56
config :
57
- - { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20 .04", arch: "amd64", extension: ""}
58
- - { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20 .04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
57
+ - { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22 .04", arch: "amd64", extension: ""}
58
+ - { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22 .04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
59
59
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
60
60
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
61
61
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
@@ -68,12 +68,12 @@ jobs:
68
68
- name : Install Rust
69
69
uses : dtolnay/rust-toolchain@stable
70
70
with :
71
- toolchain : 1.81
71
+ toolchain : 1.85
72
72
targets : ${{ matrix.config.target }}
73
73
- name : Install Spin
74
74
uses : rajatjindal/setup-actions/spin@main
75
75
with :
76
- version : " v0.8 .0"
76
+ version : " v3.3 .0"
77
77
- name : Install pluginify
78
78
shell : bash
79
79
run : spin plugins install --url https://github.com/itowlson/spin-pluginify/releases/download/canary/pluginify.json --yes
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Install Spin
110
110
uses : rajatjindal/setup-actions/spin@main
111
111
with :
112
- version : " v2.0 .0"
112
+ version : " v3.3 .0"
113
113
- name : Install pluginify
114
114
shell : bash
115
115
run : spin plugins install --url https://github.com/itowlson/spin-pluginify/releases/download/canary/pluginify.json --yes
0 commit comments