Skip to content

Commit

Permalink
Update macOS version in CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
humblepenguinn committed Mar 20, 2024
1 parent 4bb1ff1 commit 36ca972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: i686-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: x86_64-apple-darwin, os: macos-12, }
- { target: x86_64-apple-darwin, os: macos-14, }
- { target: x86_64-pc-windows-gnu, os: windows-2019, arch: x86_64 }
- { target: i686-pc-windows-msvc, os: windows-2019, arch: x86 }

Expand Down

0 comments on commit 36ca972

Please sign in to comment.