Skip to content

Commit 5ff3998

Browse files
authored
Merge pull request #19 from vdice/chore/update-macos-13-runner
chore(tests.yml): update deprecated macos-13 runner
2 parents 30da7f4 + 469794a commit 5ff3998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test-bot:
99
strategy:
1010
matrix:
11-
os: [ubuntu-22.04, macos-13]
11+
os: [ubuntu-22.04, macos-15-intel]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Set up Homebrew

0 commit comments

Comments
 (0)