commit | dca634647b97ac1dd28c2879a4d270420c3e16d4 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Aug 17 12:03:34 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Aug 17 12:03:34 2022 +0200 |
tree | f06e97973f4b48ab1a6055fa6e22ede1a7608b40 | |
parent | 74642ed09c1157937d67b3b547ef3cdbcd2a2ad6 [diff] [blame] |
actions UPDATE use latest macOS
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5f6bd7..c0ca568 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -66,8 +66,8 @@ make-target: "" } - { - name: "Release, macOS 10.15, clang", - os: "macos-10.15", + name: "Release, macOS 11, clang", + os: "macos-11", build-type: "Release", cc: "clang", options: "-DENABLE_TESTS=ON",