Skip to content

Commit

Permalink
ci: use macos-latest
Browse files Browse the repository at this point in the history
macos-11 has been deprecated see
https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/

fixes:
```
This request was automatically failed because there were no enabled runners online to process the request
"

resolves #90
  • Loading branch information
tekumara committed Jul 9, 2024
1 parent d67299b commit 8c7d1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- os: ubuntu-20.04
target: arm-unknown-linux-gnueabihf
code-target: linux-armhf
- os: macos-11
- os: macos-latest
target: x86_64-apple-darwin
code-target: darwin-x64
- os: macos-11
- os: macos-latest
target: aarch64-apple-darwin
code-target: darwin-arm64

Expand Down

0 comments on commit 8c7d1f3

Please sign in to comment.