mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-21 17:26:58 +01:00
leave out ubuntu for now
This commit is contained in:
parent
dc1bb9c36d
commit
20df7ab6b1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-20.04]
|
||||
node: ['14', '12']
|
||||
os: [macos-latest, windows-latest]
|
||||
node: ['15', '14', '12']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user