Skip to content

Commit

Permalink
chore(ci): use macOS version 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer authored and fake-join[bot] committed Jan 7, 2022
1 parent 3f4eaff commit a52f096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ macos-10.15, ubuntu-latest, windows-latest ]
node-version: [ 10.x ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a52f096

Please sign in to comment.