Skip to content

Commit

Permalink
ci: use runners according to available images and target triple (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Nov 9, 2024
1 parent 0ae84cc commit 252c4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
target: x86_64-pc-windows-gnu
architecture: x86_64
use-cross: false
- os: macos-latest
- os: macos-13
os-name: macos
target: x86_64-apple-darwin
architecture: x86_64
Expand All @@ -50,7 +50,7 @@ jobs:
os-name: macos
target: aarch64-apple-darwin
architecture: arm64
use-cross: true
use-cross: false
- os: ubuntu-latest
os-name: linux
target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 252c4b4

Please sign in to comment.