aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/macos.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 6fc017a..06d484b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -4,25 +4,22 @@ on: [push, pull_request]
jobs:
build:
+ runs-on: macos-latest
strategy:
matrix:
- os:
- - macos-12
- - macos-11 # latest
config:
- ""
- --disable-curses
- --disable-lua
- --disable-tre
- --disable-help
- runs-on: ${{ matrix.os }}
env:
CFLAGS_EXTRA: --coverage
LDFLAGS_EXTRA: --coverage
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Dependency Homebrew
run: |
@@ -36,8 +33,8 @@ jobs:
- name: Dependency LuaRocks
run: |
- luarocks install lpeg
- luarocks install busted
+ sudo luarocks install lpeg
+ sudo luarocks install busted
- name: Build
run: |