Skip to content

Always use standard MacOS package to suppress warning #24

Always use standard MacOS package to suppress warning

Always use standard MacOS package to suppress warning #24

Workflow file for this run

on:
pull_request:
branches: [master]
jobs:
latest_version:
runs-on: ${{ matrix.os }}
name: Test latest version
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup cmake
uses: ./
id: setup
with:
cmake-version: 'latest'
- name: Run cmake --version
shell: bash
run: |
VERSION=`cmake --version`
echo $VERSION