Closed koyeung closed 6 months ago
Any idea to revise the platform support after both GitHub runner macos-14 and macos-latest are now "macOS 14 Arm64"?
macos-14
macos-latest
ref: https://github.com/actions/runner-images/blob/main/README.md
Currently in test workflow: https://github.com/tikv/jemallocator/blob/main/.github/workflows/main.yml
- name: aarch64-apple-darwin target: aarch64-apple-darwin nobgt: 0 no_tests: 1 tag: macos-14 - name: x86_64-apple-darwin (stable) target: x86_64-apple-darwin nobgt: 0 no_tests: 1 tag: macos-latest
We may change macos-14 to macos-latest and change macos-latest to macos-13
Fixed by #86.
Any idea to revise the platform support after both GitHub runner
macos-14
andmacos-latest
are now "macOS 14 Arm64"?ref: https://github.com/actions/runner-images/blob/main/README.md
Currently in test workflow: https://github.com/tikv/jemallocator/blob/main/.github/workflows/main.yml