Commit 5eaad10 1 parent a881c72 commit 5eaad10 Copy full SHA for 5eaad10
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,19 +89,19 @@ jobs:
89
89
strategy :
90
90
matrix :
91
91
include :
92
- - os : ubuntu-20 .04
92
+ - os : ubuntu-22 .04
93
93
rust : stable
94
94
target : x86_64-unknown-linux-musl
95
95
bin : cargo-machete
96
96
- os : windows-2022
97
97
rust : stable
98
98
target : x86_64-pc-windows-msvc
99
99
bin : cargo-machete.exe
100
- - os : macos-11
100
+ - os : macos-14
101
101
rust : stable
102
102
target : x86_64-apple-darwin
103
103
bin : cargo-machete
104
- - os : macos-11
104
+ - os : macos-14
105
105
rust : stable
106
106
target : aarch64-apple-darwin
107
107
bin : cargo-machete
@@ -113,7 +113,7 @@ jobs:
113
113
toolchain : ${{ matrix.rust }}
114
114
target : ${{ matrix.target }}
115
115
- name : Install musl tools
116
- if : matrix.os == 'ubuntu-20 .04'
116
+ if : matrix.os == 'ubuntu-22 .04'
117
117
run : |
118
118
sudo apt-get install -y musl-tools
119
119
- name : Checkout
You can’t perform that action at this time.
0 commit comments