Skip to content

Commit

Permalink
Merge pull request #1096 from FashionFreedom/ci-macos-13
Browse files Browse the repository at this point in the history
ci: pin to macos-13 as macos-latest is too new for Qt5
  • Loading branch information
slspencer committed Apr 21, 2024
2 parents 0bce425 + 1c9292f commit b843e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
macos:
name: 'macOS: Build'
runs-on: macos-latest
runs-on: macos-13
needs: version
env:
VERSION_NUMBER: ${{ needs.version.outputs.version_number }}
Expand Down

0 comments on commit b843e7f

Please sign in to comment.