Skip to content

Commit

Permalink
Merge pull request #2049 from gaelicWizard/CI
Browse files Browse the repository at this point in the history
CI: fix version of OSX runner
  • Loading branch information
NoahGorny committed Jan 25, 2022
2 parents dcb7038 + 46df804 commit 80c52b4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
name: CI

# Triggers the workflow on push or pull request events
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
bats-test:
strategy:
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 }}

Expand Down

0 comments on commit 80c52b4

Please sign in to comment.