Skip to content

Commit

Permalink
Update scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maziyarpanahi committed Sep 1, 2023
1 parent ddc6aac commit a68017f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: macos-12
runs-on: ubuntu-22.04
env:
TF_CPP_MIN_LOG_LEVEL: 3
steps:
Expand All @@ -17,8 +17,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: install brew on mac
run: |
brew install sbt
# - name: install brew on mac
# run: |
# brew install sbt
- name: Run tests
run: sbt test

0 comments on commit a68017f

Please sign in to comment.