mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 15:33:08 +00:00
only run for ubuntu
This commit is contained in:
parent
e728ffa73d
commit
7a8e578455
2
.github/workflows/test-nimble-install.yml
vendored
2
.github/workflows/test-nimble-install.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
continue-on-error: true # Some runs get oddly cancelled
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest] # TODO: Windows
|
||||
os: [ubuntu-latest] # TODO: Windows
|
||||
nim-version: ['2.2.4'] # TODO: tests with more versions
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user