Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 41a0993

Browse files
authored
Revert "Update dependency macos to v14 (#261)"
This reverts commit cc62b50.
1 parent b0615e8 commit 41a0993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: build-reports.zips
4949

5050
macos:
51-
runs-on: macos-14
51+
runs-on: macos-13
5252
steps:
5353
- name: Checkout the repo
5454
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./gradlew publish
4242

4343
macos:
44-
runs-on: macos-14
44+
runs-on: macos-13
4545

4646
steps:
4747
- name: Checkout the repo

0 commit comments

Comments
 (0)