Skip to content

Commit 37b04b1

Browse files
chore: Release v0.1.6 and fix Windows CI runner
1 parent d482853 commit 37b04b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/precompile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
cache/*.sha256
101101
102102
windows:
103-
runs-on: windows-latest
103+
runs-on: windows-2022
104104
env:
105105
MIX_ENV: prod
106106
strategy:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule HNSWLib.MixProject do
22
use Mix.Project
33

4-
@version "0.1.6-dev"
4+
@version "0.1.6"
55
@github_url "https://github.com/elixir-nx/hnswlib"
66

77
def project do

0 commit comments

Comments
 (0)