Skip to content

Commit

Permalink
Update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed Mar 21, 2024
1 parent f400aa0 commit 47e0e82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04

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

- name: Install compiler & Qt
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: windows-latest

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

- name: Install OpenSSL
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macOS-Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
SOURCE_DIR: ${{ github.workspace }}/platform
QTDIR: /usr/local/Cellar/qt@5/5.15.12/bin
QTDIR: /usr/local/Cellar/qt@5/5.15.13/bin
ARTIFACT: ${{ github.workspace }}/platform/build/MLV\ App.dmg

jobs:
Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: macos-latest

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

- name: Install llvm & Qt & OpenSSL
uses: ConorMacBride/[email protected]
Expand Down

0 comments on commit 47e0e82

Please sign in to comment.