From f1f15b72878d33923f3744fbf530f5729ae5e8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 14 Jul 2022 09:10:08 +0200 Subject: Update used OSes for GitHub Actions * Switch off failing Windows tests * MacOS 10.15 is going away: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/ --- .github/workflows/macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/macos.yml') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 173a520..ae6be3a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,8 @@ jobs: strategy: matrix: os: - - macos-10.15 + - macos-12 + - macos-11 # latest config: - "" - --disable-curses @@ -25,6 +26,7 @@ jobs: - name: Dependency Homebrew run: | brew install \ + coreutils \ libtermkey \ lua \ luarocks \ -- cgit v1.2.3