Skip to content

Commit

Permalink
make workflow tests work for macOs and ubuntu by 5.4 to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Feb 2, 2023
1 parent 37ef321 commit 2cde9c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
Lmod_tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
luaVersion: ["5.4"]
matrix
os: [ubuntu-latest, macos-latest]
luaVersion: ["5.4", "5.3", "5.2", "5.1"]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 2cde9c7

Please sign in to comment.