Skip to content

Commit

Permalink
ci: run macos x64 compile in macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
noaione committed Jan 1, 2025
1 parent b469de0 commit 8667fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
os:
# GNU Linux (x64)
- [ubuntu-24.04, x86_64-unknown-linux-gnu]
# macOS Intel (x64)
- [macos-13, x86_64-apple-darwin]
# macOS Apple Silicon (cross-compile to x64)
- [macos-14, x86_64-apple-darwin]
# macOS Apple Silicon (ARM64)
- [macos-14, aarch64-apple-darwin]
# Windows Server 2022 (x64)
Expand Down

0 comments on commit 8667fc9

Please sign in to comment.