Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #14 from RivoLink/chore/update-build-runners-version

fix: using static runners version

authored by

Rivo Link and committed by
GitHub
149b4cfa 87488515

+6 -12
+6 -12
.github/workflows/release-build.yml
··· 5 5 tags: 6 6 - "*.*.*" 7 7 8 - env: 9 - MACOS_RUNNER: macos-14 10 - LINUX_RUNNER: ubuntu-22.04 11 - ANDROID_RUNNER: ubuntu-22.04 12 - WINDOWS_RUNNER: windows-2022 13 - 14 8 permissions: 15 9 contents: write 16 10 ··· 21 15 fail-fast: false 22 16 matrix: 23 17 include: 24 - - os: ${{ env.MACOS_RUNNER }} 18 + - os: macos-14 25 19 artifact_name: leaf-macos-x86_64 26 20 binary_path: target/x86_64-apple-darwin/release/leaf 27 21 target: x86_64-apple-darwin 28 - - os: ${{ env.MACOS_RUNNER }} 22 + - os: macos-14 29 23 artifact_name: leaf-macos-arm64 30 24 binary_path: target/aarch64-apple-darwin/release/leaf 31 25 target: aarch64-apple-darwin 32 - - os: ${{ env.LINUX_RUNNER }} 26 + - os: ubuntu-22.04 33 27 artifact_name: leaf-linux-x86_64 34 28 binary_path: target/release/leaf 35 29 target: "" 36 - - os: ${{ env.LINUX_RUNNER }} 30 + - os: ubuntu-22.04 37 31 artifact_name: leaf-linux-arm64 38 32 binary_path: target/aarch64-unknown-linux-gnu/release/leaf 39 33 target: aarch64-unknown-linux-gnu 40 - - os: ${{ env.ANDROID_RUNNER }} 34 + - os: ubuntu-22.04 41 35 artifact_name: leaf-android-arm64 42 36 binary_path: target/aarch64-linux-android/release/leaf 43 37 target: aarch64-linux-android 44 - - os: ${{ env.WINDOWS_RUNNER }} 38 + - os: windows-2022 45 39 artifact_name: leaf-windows-x86_64.exe 46 40 binary_path: target/release/leaf.exe 47 41 target: ""