4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

Fix runner labels

This commit is contained in:
Quentin Legot 2023-08-29 17:13:19 +02:00 committed by GitHub
parent 7c4f3ec6ae
commit c4d335d0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,11 @@ on:
branches: [ "master" ]
jobs:
build:
runs-on: [ ubuntu-latest, windows-latest ]
publish:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x