fix: use macos-latest for release builds

This commit is contained in:
Valerio 2026-03-24 10:43:36 +01:00
parent d2887cace8
commit bdcd0592dc

View file

@ -20,9 +20,9 @@ jobs:
matrix: matrix:
include: include:
- target: x86_64-apple-darwin - target: x86_64-apple-darwin
os: macos-13 os: macos-latest
- target: aarch64-apple-darwin - target: aarch64-apple-darwin
os: macos-14 os: macos-latest
- target: x86_64-unknown-linux-gnu - target: x86_64-unknown-linux-gnu
os: ubuntu-latest os: ubuntu-latest
- target: aarch64-unknown-linux-gnu - target: aarch64-unknown-linux-gnu