Skip to content

Commit 129b332

Browse files
committed
Merge branch 'macosx'
2 parents f0b12aa + 5d3b3fc commit 129b332

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ jobs:
1717
os: [ ubuntu-20.04 ]
1818
feature: [ "23_0", "22_0", "0_21_1", "0_21_0", "0_20_1", "0_20_0", "0_19_1", "0_19_0_1", "0_18_1", "0_18_0", "0_17_1"]
1919
include:
20-
- os: "macos-10.15"
20+
- os: "macos-11"
2121
feature: "0_21_1"
22+
- os: "macos-11"
23+
feature: "22_0"
24+
- os: "macos-11"
25+
feature: "23_0"
2226

2327
steps:
2428
- run: df -h

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include!("src/versions.rs");
1414
))]
1515
fn download_filename() -> String {
1616
if cfg!(any(
17-
feature = "0_22_1",
17+
feature = "22_0",
1818
feature = "0_21_1",
1919
feature = "0_21_0",
2020
feature = "0_20_1",

0 commit comments

Comments
 (0)