Skip to content

Commit

Permalink
downgrade macos version of github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CrSjimo committed Oct 1, 2024
1 parent aebd798 commit 409182c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/init-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
Write-Output QT_ARCH=gcc_64 >> $env:GITHUB_ENV
- name: Install build tools (MacOS)
if: inputs.os == 'macos-latest'
if: inputs.os == 'macos-13'
shell: pwsh
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os:
- windows-latest
- ubuntu-latest
- macos-latest
- macos-13
qt-version: ['5.15.2', '6.5.3']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 409182c

Please sign in to comment.