We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce967e commit 1c50886Copy full SHA for 1c50886
.github/workflows/main.yaml
@@ -24,7 +24,7 @@ jobs:
24
artifact-name: linux
25
artifact-file: madamiru
26
tar: true
27
- - os: macos-13
+ - os: macos-14
28
rust-target: x86_64-apple-darwin
29
artifact-name: mac
30
@@ -80,7 +80,7 @@ jobs:
80
os:
81
- windows-latest
82
- ubuntu-22.04
83
- - macos-13
+ - macos-14
84
runs-on: ${{ matrix.os }}
85
steps:
86
- uses: actions/checkout@v4
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## Unreleased
2
+
3
+* Changed:
4
+ * The standalone Mac release is now compiled on Mac OS 14 instead of Mac OS 13
5
+ because of [a change by GitHub](https://github.com/actions/runner-images/issues/13046).
6
7
## v0.3.0 (2025-08-06)
8
9
* Added:
0 commit comments