Skip to content

Commit

Permalink
fix(ci): move away from deprecated macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jun 25, 2024
1 parent 38c880f commit 77823d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-20.04', 'macos-11.0']
os: ['ubuntu-20.04', 'macos-13.0']
luaVersion:
- "5.1"
- "5.2"
Expand Down

0 comments on commit 77823d7

Please sign in to comment.