Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 30, 2024
1 parent 365a74e commit f9aba69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
name: macos-hermes
path: output
build-apple-runtime:
runs-on: macos-latest
runs-on: macos-12
env:
TERM: dumb
HERMES_WS_DIR: "/tmp/hermes"
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
cmake --build ./build
cmake --build ./build --target check-hermes
test-apple-runtime:
runs-on: macos-latest
runs-on: macos-12
needs: build-apple-runtime
env:
TERM: dumb
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
-scheme ApplePlatformsIntegrationMobileTests
working-directory: test/ApplePlatformsIntegrationTestApp
package-apple-runtime:
runs-on: macos-latest
runs-on: macos-12
needs:
- test-macos
- test-apple-runtime
Expand Down

0 comments on commit f9aba69

Please sign in to comment.