Skip to content

Commit

Permalink
Try bumping release OS
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Feb 25, 2023
1 parent 324402a commit bf13bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
include:
- os: windows-2022
target: x86_64-pc-windows-msvc
- os: ubuntu-20.04
- os: ubuntu-22.04
target: x86_64-unknown-linux-musl
- os: macos-11
- os: macos-12
target: x86_64-apple-darwin
- os: macos-11
- os: macos-12
target: aarch64-apple-darwin

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit bf13bd4

Please sign in to comment.