Skip to content

Commit

Permalink
Update dependency macos to v14 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
juul-mobile-bot authored Apr 19, 2024
1 parent 9d88037 commit 50d966b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
signing:
if: github.repository_owner == 'JuulLabs'
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
Expand Down

0 comments on commit 50d966b

Please sign in to comment.