Skip to content

Commit 1e7f08f

Browse files
eagleoflqjrocka
andauthored
Add M1 macOS CI; Fix Windows CI (#430)
Co-authored-by: Rocka <i@rocka.me>
1 parent 2175f9b commit 1e7f08f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
build_pull_request:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
os:
1718
- ubuntu-22.04
1819
- macos-13
20+
- macos-14
1921
- windows-2022
2022
abi:
2123
- armeabi-v7a
@@ -57,13 +59,14 @@ jobs:
5759
sudo apt install extra-cmake-modules gettext
5860
5961
- name: Install system dependencies (macOS)
60-
if: ${{ matrix.os == 'macos-13' }}
62+
if: ${{ startsWith(matrix.os, 'macos') }}
6163
run: |
6264
brew install extra-cmake-modules
6365
6466
- name: Install system dependencies (Windows)
6567
if: ${{ matrix.os == 'windows-2022' }}
6668
run: |
69+
C:/msys64/usr/bin/pacman -Syu --noconfirm
6770
C:/msys64/usr/bin/pacman -S --noconfirm mingw-w64-ucrt-x86_64-gettext mingw-w64-ucrt-x86_64-extra-cmake-modules
6871
Add-Content $env:GITHUB_PATH "C:/msys64/ucrt64/bin"
6972

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy