Skip to content

Commit

Permalink
temp: remove other runners for quicker testing, make artifacts unique
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 2d335d4 commit 3042639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
matrix:
os:
- host: ubuntu-20.04
- host: windows-2019
- host: macos-11
# - host: windows-2019
# - host: macos-11
steps:
- name: Install C/C++ Compiler
uses: rlalik/setup-cpp-compiler@master
Expand All @@ -28,5 +28,5 @@ jobs:
luarocks pack toml
- uses: actions/upload-artifact@v3
with:
name: output
name: output-${{ matrix.os.host }}.rock
path: "*.rock"

0 comments on commit 3042639

Please sign in to comment.