Skip to content

Commit f32b39a

Browse files
committed
Run everything on macos-latest.
1 parent 8a026ba commit f32b39a

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.github/workflows/nightly.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ jobs:
1616
include:
1717
- ios: ^26
1818
xcode: ^26
19-
macos: macos-26
2019
- ios: ^18
2120
xcode: ^16
22-
macos: macos-latest
2321
- ios: ^17
2422
xcode: ^16
25-
macos: macos-latest
2623
uses: ./.github/workflows/reusable-workflow.yaml
2724
with:
2825
lib: ${{ matrix.lib }}
@@ -39,13 +36,10 @@ jobs:
3936
include:
4037
- ios: ^26
4138
xcode: ^26
42-
macos: macos-26
4339
- ios: ^18
4440
xcode: ^16
45-
macos: macos-latest
4641
- ios: ^17
4742
xcode: ^16
48-
macos: macos-latest
4943
uses: ./.github/workflows/reusable-workflow.yaml
5044
with:
5145
lib: ${{ matrix.app }}

.github/workflows/pr.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
static-analysis:
9-
runs-on: macos-26
9+
runs-on: macos-latest
1010
env:
1111
BUNDLE_GEMFILE: ${{ github.workspace }}/.github/DangerFiles/Gemfile
1212
steps:
@@ -55,7 +55,7 @@ jobs:
5555
run: bundle exec danger --dangerfile=.github/DangerFiles/StaticAnalysis.rb --danger_id=StaticAnalysis
5656

5757
test-orchestrator:
58-
runs-on: macos-26
58+
runs-on: macos-latest
5959
env:
6060
BUNDLE_GEMFILE: ${{ github.workspace }}/.github/DangerFiles/Gemfile
6161
outputs:
@@ -106,10 +106,8 @@ jobs:
106106
include:
107107
- ios: ^26
108108
xcode: ^26
109-
macos: macos-26
110109
- ios: ^18
111110
xcode: ^16
112-
macos: macos-latest
113111
uses: ./.github/workflows/reusable-workflow.yaml
114112
with:
115113
lib: ${{ matrix.lib }}
@@ -127,10 +125,8 @@ jobs:
127125
include:
128126
- ios: ^26
129127
xcode: ^26
130-
macos: macos-26
131128
- ios: ^18
132-
xcode: ^16
133-
macos: macos-latest
129+
xcode: ^16
134130
uses: ./.github/workflows/reusable-workflow.yaml
135131
with:
136132
lib: ${{ matrix.app }}

.github/workflows/reusable-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Upload artifact
6666
uses: actions/upload-artifact@v4
6767
with:
68-
name: test-results-${{ inputs.lib }}
68+
name: test-results-${{ inputs.lib }}-ios${{ inputs.ios }}
6969
path: test.xcresult
7070
if: ${{ ! inputs.build_only && (success() || failure()) }}
7171
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)