Skip to content

Commit 2e72fe0

Browse files
authored
use macos-26 !windows !harmony !js (#45)
1 parent f816176 commit 2e72fe0

File tree

8 files changed

+11
-12
lines changed

8 files changed

+11
-12
lines changed

.github/workflows/compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Download artifact
15-
uses: actions/download-artifact@v4
15+
uses: actions/download-artifact@v5
1616
with:
1717
pattern: artifact-${{ inputs.platform }}*
1818
merge-multiple: true

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Download artifact
53-
uses: actions/download-artifact@v4
53+
uses: actions/download-artifact@v5
5454
with:
5555
pattern: artifact-librime*
5656
merge-multiple: true

.github/workflows/harmony.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Download artifact
71-
uses: actions/download-artifact@v4
71+
uses: actions/download-artifact@v5
7272
with:
7373
pattern: artifact-harmony*
7474
merge-multiple: true

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: macos-15
13+
runs-on: macos-26
1414
strategy:
1515
fail-fast: false
1616
matrix:
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Download artifact
82-
uses: actions/download-artifact@v4
82+
uses: actions/download-artifact@v5
8383
with:
8484
pattern: artifact-ios*
8585
merge-multiple: true

.github/workflows/macos.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: macos-15
13+
runs-on: macos-26
1414
strategy:
1515
fail-fast: false
1616
matrix:
@@ -39,8 +39,7 @@ jobs:
3939
brew install \
4040
extra-cmake-modules \
4141
autoconf automake libtool autoconf-archive \
42-
bison vala \
43-
ninja || true # ignore brew link python error
42+
bison vala || true # ignore brew link python error
4443
pip install -r requirements.txt
4544
echo /opt/homebrew/opt/bison/bin >> $GITHUB_PATH
4645
@@ -81,7 +80,7 @@ jobs:
8180
runs-on: ubuntu-latest
8281
steps:
8382
- name: Download artifact
84-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v5
8584
with:
8685
pattern: artifact-macos*
8786
merge-multiple: true

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Download artifact
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v5
6565
with:
6666
pattern: artifact-windows*
6767
merge-multiple: true

libintl

yaml-cpp

Submodule yaml-cpp updated 334 files

0 commit comments

Comments
 (0)