Skip to content

Commit 30ff525

Browse files
committed
Update actions to macos-15
1 parent cb8305f commit 30ff525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploying.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

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

.github/workflows/testing.yml

+1-1
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-14
7+
runs-on: macos-15
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)