Skip to content

Commit

Permalink
Revert "Update dependency macos to v14 (#261)" (#263)
Browse files Browse the repository at this point in the history
This reverts commit cc62b50.
  • Loading branch information
sksamuel authored May 25, 2024
1 parent b0615e8 commit bc08320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: build-reports.zips

macos:
runs-on: macos-14
runs-on: macos-13
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew publish

macos:
runs-on: macos-14
runs-on: macos-13

steps:
- name: Checkout the repo
Expand Down

0 comments on commit bc08320

Please sign in to comment.