Skip to content

Commit

Permalink
update runner os
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Aug 9, 2024
1 parent c6eb734 commit 07cd5c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build_ios:
if: github.repository == 'software-mansion/react-native-reanimated'
runs-on: macos-14
runs-on: $${{ matrix.platform == 'iOS' && 'macos-14' || 'ubuntu-latest'}}
strategy:
matrix:
react-native-architecture: ['Paper', 'Fabric']
Expand Down

0 comments on commit 07cd5c6

Please sign in to comment.