Skip to content

Commit c3be9d4

Browse files
committed
ci: prefer macos-15 over macos-15-arm64, due to better availability of the Intel runners
1 parent 8f12b3e commit c3be9d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lazarus.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
operating-system: [windows-latest, ubuntu-latest, macos-15-arm64]
30+
operating-system: [windows-latest, ubuntu-latest, macos-15]
3131
lazarus-versions: ["stable"]
3232

3333
steps:
@@ -120,11 +120,11 @@ jobs:
120120
path: out/qt6/heidisql
121121

122122
- name: Build HeidiSQL (macOS)
123-
if: ${{ matrix.operating-system == 'macos-15-arm64' }}
123+
if: ${{ matrix.operating-system == 'macos-15' }}
124124
run: make build-macos
125125

126126
- name: Upload binaries macOS
127-
if: ${{ matrix.operating-system == 'macos-15-arm64' && matrix.lazarus-versions == 'stable' }}
127+
if: ${{ matrix.operating-system == 'macos-15' && matrix.lazarus-versions == 'stable' }}
128128
uses: actions/upload-artifact@v4
129129
with:
130130
name: ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)