Skip to content

Commit f8d2475

Browse files
committed
ci: bump macOS from 13 to 26 on CI
1 parent c412ee2 commit f8d2475

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.cspell.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ words:
109109
- pubspec
110110
- reauthentication
111111
- recase
112+
- refreshable
112113
- remoteconfig
113114
- Reorderable
114115
- revenuecat

.github/workflows/dependabot-auto-merge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
steps:
1414
- name: Fetch Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v2.4.0
16+
uses: dependabot/fetch-metadata@v2.5.0
1717
with:
18-
github-token: '${{ secrets.GITHUB_TOKEN }}'
18+
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919
- name: Approve a PR
2020
run: gh pr review --approve "$PR_URL"
2121
env:

.github/workflows/deploy-ios-production-app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99

1010
jobs:
1111
deploy:
12-
# macos-latest Specify macos-13 because an error occurs during archiving if it is macos-latest.
13-
runs-on: macos-13
12+
runs-on: macos-26
1413
timeout-minutes: 40
1514
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && contains(github.head_ref, 'release/'))
1615
env:

.github/workflows/deploy-ios-staging-app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99

1010
jobs:
1111
deploy:
12-
# macos-latest Specify macos-13 because an error occurs during archiving if it is macos-latest.
13-
runs-on: macos-13
12+
runs-on: macos-26
1413
timeout-minutes: 40
1514
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && contains(github.head_ref, 'release/'))
1615
env:

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"cSpell.ignorePaths": [
3+
"**/.pub-cache"
4+
],
25
"[dart]": {
36
"editor.selectionHighlight": false,
47
"editor.suggest.snippetsPreventQuickSuggestions": false,

0 commit comments

Comments
 (0)