Skip to content

Commit

Permalink
Merge pull request #69 from Wargus/CI
Browse files Browse the repository at this point in the history
[CI]:
  • Loading branch information
Jarod42 authored Mar 15, 2024
2 parents b8f4d8b + 4ff868d commit 46b6507
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-18.04, windows-2019]
os: [ubuntu-latest, ubuntu-20.04, windows-2019]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: olegtarasov/[email protected]
- uses: olegtarasov/[email protected].3
id: tagName

- name: Install ubuntu dependencies
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Store windows artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: startsWith(matrix.os, 'windows')
with:
name: Stargus
Expand Down

0 comments on commit 46b6507

Please sign in to comment.