Skip to content

Commit

Permalink
GitHub action runs only on ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusga committed Apr 24, 2023
1 parent 41ae6c2 commit 323edce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:

runs-on: [ "ubuntu-latest", "macos-latest" ]
runs-on: "ubuntu-latest",

strategy:
matrix:
Expand Down

0 comments on commit 323edce

Please sign in to comment.