Skip to content

Commit

Permalink
Update system deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Sep 23, 2024
1 parent fdbbc31 commit 86eaac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
windows:
name: 'Windows'
runs-on: windows-
runs-on: windows-latest

env:
solution: 'msvc/ReGameDLL.sln'
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

testdemos:
name: 'Test demos'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: rehldsorg/testdemos:latest
needs: [windows]

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
linux:
name: 'Linux'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 86eaac7

Please sign in to comment.