mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-16 23:38:32 +02:00
Compare commits
4 commits
4c1fad5176
...
d8208ce77d
Author | SHA1 | Date | |
---|---|---|---|
|
d8208ce77d | ||
|
7cc2025ff8 | ||
|
b6c67ef0f3 | ||
|
705d20f75b |
4 changed files with 8 additions and 3 deletions
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-14
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
@ -3,6 +3,11 @@
|
|||
<li>Migrate golang.org/x/crypto to standard library imports (https://github.com/golang/go/issues/65269)</li>
|
||||
</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)
|
||||
<ul>
|
||||
<li>✓ No changes, just updated dependencies</li>
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.44
|
||||
1.45
|
||||
|
|
Loading…
Add table
Reference in a new issue