Skip to content

Commit cb03d8e

Browse files
committed
chore(ci): upgrade macos-12 to macos-13
Ref: actions/runner-images#10721 Signed-off-by: JP-Ellis <[email protected]>
1 parent 1b50eb0 commit cb03d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
node-version: [20]
3232
os: [
33-
macos-12,
33+
macos-13,
3434
ubuntu-latest,
3535
windows-latest,
3636
]
@@ -110,7 +110,7 @@ jobs:
110110
fail-fast: false
111111
matrix:
112112
node-version: [16, 18, 20, 22]
113-
os: [macos-14, macos-12, ubuntu-latest, windows-latest]
113+
os: [macos-14, macos-13, ubuntu-latest, windows-latest]
114114
docker: [false]
115115
include:
116116
- os: ubuntu-latest

0 commit comments

Comments
 (0)