Skip to content

Commit

Permalink
ci: update deprecated macos-12 os to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jan 16, 2025
1 parent 74b5ceb commit 058c779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
matrix:
include:
- target: aarch64-apple-darwin
os: macos-12
os: macos-13
- target: aarch64-unknown-linux-gnu
os: ubuntu-22.04
use-cross: true
- target: arm-unknown-linux-gnueabihf
os: ubuntu-22.04
use-cross: true
- target: x86_64-apple-darwin
os: macos-12
os: macos-13
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04
steps:
Expand Down

0 comments on commit 058c779

Please sign in to comment.