Skip to content

Commit f6f638b

Browse files
committed
update macos version in github action pipeline
Signed-off-by: Saeed Rezaee <[email protected]>
1 parent 11d1bf6 commit f6f638b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-latest, windows-latest]
14+
os: [ubuntu-latest, macos-13, windows-latest]
1515
runs-on: ${{matrix.os}}
1616
steps:
1717
- name: Check repository
@@ -23,7 +23,7 @@ jobs:
2323

2424
#Run only on macOS
2525
- name: Setup Docker
26-
if: ${{ matrix.os == 'macos-latest' && github.event_name == 'pull_request' }}
26+
if: ${{ matrix.os == 'macos-13' && github.event_name == 'pull_request' }}
2727
uses: better0fdead/actions-setup-docker@better0fdead/increase-timeout
2828

2929
- name: Set up JDK 17

0 commit comments

Comments
 (0)