Merge pull request #2049 from gaelicWizard/CI

CI: fix version of OSX runner
pull/2040/head
Noah Gorny 2022-01-25 18:07:46 +02:00 committed by GitHub
commit 80c52b4c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -1,17 +1,13 @@
name: CI name: CI
# Triggers the workflow on push or pull request events # Triggers the workflow on push or pull request events
on: on: [push, pull_request]
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs: jobs:
bats-test: bats-test:
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, macos-11.0] os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, macos-11]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}