Skip to content

Commit 3ae2a89

Browse files
committed
CI: use macos-12 -> macos-13
The macOS 12 Actions runner image has been removed: actions/runner-images#10721
1 parent ab7b4fc commit 3ae2a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# Ubuntu
106106
- { os: ubuntu-22.04, ruby: 3.1 }
107107
# macOS
108-
- { os: macos-12, ruby: 3.1 }
108+
- { os: macos-13, ruby: 3.1 }
109109
# Windows
110110
- { os: windows-2019, ruby: 3.1 }
111111
- { os: windows-2022, ruby: 3.1 }

0 commit comments

Comments
 (0)