Skip to content

Commit

Permalink
Update Test-Suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui authored Jul 9, 2024
1 parent ead297c commit 5e2cb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test-Suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
mac_build:
needs: linux_build
runs-on: macos-11
runs-on: macos-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
Expand All @@ -87,4 +87,4 @@ jobs:
git pull
git add .
git commit -am "update bc files" || true
git push
git push

0 comments on commit 5e2cb75

Please sign in to comment.