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

Commit 6918f2a

Browse files
authored
macos-13 runners no longer available (#270)
1 parent bef1953 commit 6918f2a

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-13
51+
runs-on: macos-latest
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-13
44+
runs-on: macos-latest
4545

4646
steps:
4747
- name: Checkout the repo

0 commit comments

Comments
 (0)