Skip to content

Commit 7f61b32

Browse files
committed
chore(ci): update CI
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent a563216 commit 7f61b32

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
go: [stable]
14-
os: ["ubuntu-latest"]
14+
os: ["ubuntu-latest", "macos-latest"]
1515
steps:
1616
- name: Set up Go ${{ matrix.go }}
1717
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# priority_queue
2-
RR priority queue implementation
1+
# RR priority queue implementation
2+
3+
Binary heap based RR priority queue implementation in Go: [link](https://en.wikipedia.org/wiki/Binary_heap)

0 commit comments

Comments
 (0)