Skip to content

Commit

Permalink
try run on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Sep 8, 2023
1 parent 5a183bc commit 2d4285d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_cross_compiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, r: 'release', target: 'x86_64-apple-darwin'}
- {os: ubuntu-latest, r: 'release', target: 'aarch64-apple-darwin'}
- {os: macos-latest, r: 'release', target: 'x86_64-apple-darwin'}
- {os: macos-latest, r: 'release', target: 'aarch64-apple-darwin'}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2d4285d

Please sign in to comment.