We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a31cf commit 45da370Copy full SHA for 45da370
1 file changed
.github/workflows/release_packages.yml
@@ -30,18 +30,15 @@ concurrency:
30
jobs:
31
linux-packages:
32
name: Linux (${{ matrix.arch }})
33
- if: ${{ !matrix.public_repo_only || !github.event.repository.private }}
34
runs-on: ${{ matrix.runner }}
35
strategy:
36
fail-fast: false
37
matrix:
38
include:
39
- arch: x64
40
runner: ubuntu-24.04
41
- public_repo_only: false
42
- arch: arm64
43
runner: ubuntu-24.04-arm
44
- public_repo_only: true
45
steps:
46
- name: Checkout
47
uses: actions/checkout@v4
@@ -151,7 +148,7 @@ jobs:
151
148
runner: macos-15-intel
152
149
cmake_arch: x86_64
153
150
154
- runner: macos-14
+ runner: macos-15
155
cmake_arch: arm64
156
157
0 commit comments