Skip to content

Commit

Permalink
Update GitHub runners versions (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNardi authored Feb 14, 2023
1 parent f2f8f9d commit 06d4f8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ["ubuntu-latest", "ubuntu-22.04", "macOS-latest", "macos-12", "windows-latest"]
# ubuntu-latest == ubuntu-22.04
# macOS-latest == macos-12
os: ["ubuntu-latest", "ubuntu-20.04", "macOS-latest", "macos-11", "windows-latest"]
arch: ["x86_64"]
gcrypt: ["--with-local-libgcrypt", ""]
compiler: ["cc"]
Expand Down

0 comments on commit 06d4f8c

Please sign in to comment.