Skip to content

Commit

Permalink
disable testing on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kmarius committed Jul 5, 2024
1 parent f99bfa0 commit 30c86ac
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 @@ -21,7 +21,7 @@ jobs:
"luajit-2.1.0-beta3",
]
# TODO: add windows-latest once: https://github.com/leafo/gh-actions-lua/pull/23 is fully released
machineTag: ["ubuntu-latest", "macos-latest"]
machineTag: ["ubuntu-latest"]
runs-on: ${{ matrix.machineTag }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 30c86ac

Please sign in to comment.