Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus authored Jan 29, 2024
1 parent fa31626 commit b097726
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
linuxbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: apt-update
run: sudo apt-get update -qq
- name: apt get qt
Expand All @@ -18,9 +18,9 @@ jobs:
- name: run make
run: make -C src
macosbuild:
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Qt dependencies
uses: jurplel/install-qt-action@v3
with:
Expand All @@ -34,7 +34,7 @@ jobs:
windowsbuild:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure MSVC
uses: ilammy/[email protected]
with:
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down

0 comments on commit b097726

Please sign in to comment.