Skip to content

Commit f59a256

Browse files
committed
Fix CI triggering twice on PR branch push, explicitly set GA runner macOS version.
1 parent 02638a5 commit f59a256

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- feature/**
8-
- bugfix/**
9-
- release/**
107
tags:
118
- 'v*.*.*'
129
paths-ignore:
@@ -147,7 +144,7 @@ jobs:
147144
name: boundingboxeditor-portable-linux
148145
path: build/jpackage/BoundingBoxEditor
149146
Build-and-Test-macOS:
150-
runs-on: macOS-latest
147+
runs-on: macOS-10.15
151148
name: Build and Test (macOS)
152149
steps:
153150
- name: Git checkout

0 commit comments

Comments
 (0)