Skip to content

Commit f2fc3d6

Browse files
authored
Update trunk job to use macos-14-xlarge (#16)
* Update trunk job to use macos-14-xlarge Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * Update tags Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * No tag Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * Update trunk criteria Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 2298af6 commit f2fc3d6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/trunk.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: trunk
22

33
on:
4-
pull_request:
5-
tags:
6-
- ciflow/trunk/*
74
push:
85
branches:
96
- main
7+
- release/*
8+
tags:
9+
- ciflow/trunk/*
10+
pull_request:
11+
paths:
12+
- CMakeLists.txt
13+
- .github/workflows/trunk.yml
1014
workflow_dispatch:
1115

1216
concurrency:
@@ -20,7 +24,7 @@ jobs:
2024
strategy:
2125
fail-fast: false
2226
with:
23-
runner: macos-m1-stable
27+
runner: macos-14-xlarge
2428
python-version: '3.11'
2529
submodules: 'true'
2630
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)