Skip to content

Commit

Permalink
Use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Feb 27, 2024
1 parent 705db67 commit 7816dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/safe_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ jobs:
test-with-goldens:
needs: changes
if: ${{ needs.changes.outputs.changesFound == 'true' }}
# Due to https://github.com/flutter/flutter/issues/111739 our golden tests
# require macOS arm64. Therefore, we need to use macos-14.
runs-on: macos-14
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down

0 comments on commit 7816dc4

Please sign in to comment.