Skip to content

Commit

Permalink
attempt at building macos-10.14?
Browse files Browse the repository at this point in the history
[ci-build]
  • Loading branch information
prixt committed Mar 10, 2020
1 parent 3870361 commit 060f3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci-skip') && contains(github.event.head_commit.message, 'ci-build')"
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-10.13]
os: [ubuntu-latest, windows-latest, macos-10.14]
name: Build
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 060f3ee

Please sign in to comment.