mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
actions: so macos-11.0 isnt supported...
This commit is contained in:
parent
24f69f92f4
commit
539a9fb111
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-latest, macos-11.0, macos-10.15]
|
||||
os: [ubuntu-20.04, windows-latest, macos-10.15]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue