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

Commit

Permalink
macos-13 runners no longer available (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis authored Dec 7, 2024
1 parent bef1953 commit 6918f2a
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-13
runs-on: macos-latest
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-13
runs-on: macos-latest

steps:
- name: Checkout the repo
Expand Down

0 comments on commit 6918f2a

Please sign in to comment.