We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be91ff7 commit 5d68632Copy full SHA for 5d68632
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
lua-version: ["5.4", "luajit-2.1"]
30
- os: ["ubuntu-latest", "macos-latest"]
+ os: ["ubuntu-latest", "macos-13"]
31
runs-on: ${{ matrix.os }}
32
33
steps:
0 commit comments