Skip to content

Commit 7e2930c

Browse files
committed
Build on latest macOS release Homebrew supports officially
1 parent 1bdf9d6 commit 7e2930c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploying.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-12
11+
runs-on: macos-13
1212
strategy:
1313
matrix:
1414
channel: ['beta', 'release']

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
testing:
7-
runs-on: macos-12
7+
runs-on: macos-13
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)