Skip to content

Commit 06d4f8c

Browse files
authored
1 parent f2f8f9d commit 06d4f8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ jobs:
179179
strategy:
180180
fail-fast: true
181181
matrix:
182-
os: ["ubuntu-latest", "ubuntu-22.04", "macOS-latest", "macos-12", "windows-latest"]
182+
# ubuntu-latest == ubuntu-22.04
183+
# macOS-latest == macos-12
184+
os: ["ubuntu-latest", "ubuntu-20.04", "macOS-latest", "macos-11", "windows-latest"]
183185
arch: ["x86_64"]
184186
gcrypt: ["--with-local-libgcrypt", ""]
185187
compiler: ["cc"]

0 commit comments

Comments
 (0)