Skip to content

Commit

Permalink
Revert "Add Windows as test environment for Lua Refs #212"
Browse files Browse the repository at this point in the history
This reverts commit 0d20d4a.
  • Loading branch information
Marcel Steinbeck committed Feb 3, 2023
1 parent 3bbe824 commit 5f0e8fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit"]
exclude:
- os: macos-latest
Expand All @@ -510,7 +510,6 @@ jobs:

steps:
- uses: actions/checkout@master
- uses: ilammy/msvc-dev-cmd@v1
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: ${{ matrix.luaVersion }}
Expand Down

0 comments on commit 5f0e8fa

Please sign in to comment.