aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-07-14 09:10:08 +0200
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2022-08-15 13:27:31 +0200
commitf1f15b72878d33923f3744fbf530f5729ae5e8cc (patch)
treea5878ac113f36ee6d5f8106fadcd7858319b8863 /.github/workflows/macos.yml
parenta719fe1adc977bcc51f007876b5cf84a977f6111 (diff)
downloadvis-f1f15b72878d33923f3744fbf530f5729ae5e8cc.tar.gz
vis-f1f15b72878d33923f3744fbf530f5729ae5e8cc.tar.xz
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/
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 3 insertions, 1 deletions
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 \