mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-17 07:48:31 +02:00
Compare commits
No commits in common. "d8208ce77dcb66b3781a9bca4e7efd67572c1638" and "4c1fad5176f467ebb696c86e819abb5e0d5cf613" have entirely different histories.
d8208ce77d
...
4c1fad5176
4 changed files with 3 additions and 8 deletions
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-15
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,6 @@
|
||||||
<li>Migrate golang.org/x/crypto to standard library imports (https://github.com/golang/go/issues/65269)</li>
|
<li>Migrate golang.org/x/crypto to standard library imports (https://github.com/golang/go/issues/65269)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
# v1.45 (Released 12/05/2024)
|
|
||||||
<ul>
|
|
||||||
<li>✓ Bumped GitHub Actions Ubuntu 22 -> 24 and macOS 14 -> 15</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
# v1.44 (Released 11/09/2024)
|
# v1.44 (Released 11/09/2024)
|
||||||
<ul>
|
<ul>
|
||||||
<li>✓ No changes, just updated dependencies</li>
|
<li>✓ No changes, just updated dependencies</li>
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.45
|
1.44
|
||||||
|
|
Loading…
Add table
Reference in a new issue