Skip to content

Commit

Permalink
CI: switch back to Ubuntu
Browse files Browse the repository at this point in the history
(after MacOS fails with `torch ... not supported on this platform` 🙄 )
  • Loading branch information
bertsky authored Aug 15, 2024
1 parent 2832722 commit a8a859b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
#
# Related issue: https://github.com/actions/runner-images/issues/672.
# runs-on: ubuntu-latest
runs-on: macos-latest
# runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a8a859b

Please sign in to comment.