Skip to content

Commit 5d68632

Browse files
committed
ci: use macos-13 instead of macos-latest
1 parent be91ff7 commit 5d68632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
lua-version: ["5.4", "luajit-2.1"]
30-
os: ["ubuntu-latest", "macos-latest"]
30+
os: ["ubuntu-latest", "macos-13"]
3131
runs-on: ${{ matrix.os }}
3232

3333
steps:

0 commit comments

Comments
 (0)