diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0dfa6eb..9766b25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: # This workflow contains 2 jobs: build and release build: # The type of runner that the job will run on - runs-on: macos-latest # Specifies that the job runs on a macOS runner + runs-on: ubuntu-latest # Specifies that the job runs on an Ubuntu runner # Steps represent a sequence of tasks that will be executed as part of the job steps: