Skip to content

Commit 45da370

Browse files
author
Soficis
committed
fix: update macOS runner version and remove public repo condition for Linux jobs
1 parent 78a31cf commit 45da370

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release_packages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,15 @@ concurrency:
3030
jobs:
3131
linux-packages:
3232
name: Linux (${{ matrix.arch }})
33-
if: ${{ !matrix.public_repo_only || !github.event.repository.private }}
3433
runs-on: ${{ matrix.runner }}
3534
strategy:
3635
fail-fast: false
3736
matrix:
3837
include:
3938
- arch: x64
4039
runner: ubuntu-24.04
41-
public_repo_only: false
4240
- arch: arm64
4341
runner: ubuntu-24.04-arm
44-
public_repo_only: true
4542
steps:
4643
- name: Checkout
4744
uses: actions/checkout@v4
@@ -151,7 +148,7 @@ jobs:
151148
runner: macos-15-intel
152149
cmake_arch: x86_64
153150
- arch: arm64
154-
runner: macos-14
151+
runner: macos-15
155152
cmake_arch: arm64
156153
steps:
157154
- name: Checkout

0 commit comments

Comments
 (0)