Skip to content

Commit

Permalink
ci: use macos-13 instead of macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-jukovec committed Nov 11, 2024
1 parent be91ff7 commit 5d68632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
lua-version: ["5.4", "luajit-2.1"]
os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest", "macos-13"]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 5d68632

Please sign in to comment.