Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamChou19815 authored Apr 26, 2024
1 parent 4efd8e4 commit 0628998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
dist/flow-linux64.zip
dist/libflowparser-linux64.zip
build_macos:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/[email protected]
- uses: maxim-lobanov/[email protected]
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
- name: Run tool tests
run: ./tool test -p 4 --bin bin/linux/flow | cat
tool_test_macos:
runs-on: macos-latest
runs-on: macos-13
needs:
- build_macos
steps:
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
with:
path: test-results/ounit/
ounit_test_macos:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/[email protected]
- uses: maxim-lobanov/[email protected]
Expand Down

0 comments on commit 0628998

Please sign in to comment.