dev-cmd/tap-new: add macos-14

This commit is contained in:
Alexander Bayandin 2024-06-22 17:47:24 +01:00
parent b67f1721f5
commit e44e645cec

View File

@ -84,7 +84,7 @@ module Homebrew
test-bot: test-bot:
strategy: strategy:
matrix: matrix:
os: [ubuntu-22.04, macos-13] os: [ubuntu-22.04, macos-13, macos-14]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Set up Homebrew - name: Set up Homebrew