diff --git a/.github/workflows/_prepare-all.yml b/.github/workflows/_prepare-all.yml index 3960427..9ae3b14 100644 --- a/.github/workflows/_prepare-all.yml +++ b/.github/workflows/_prepare-all.yml @@ -5,7 +5,7 @@ on: jobs: prepare-all: - runs-on: macos-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. + runs-on: ubuntu-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/_prepare-release.yml b/.github/workflows/_prepare-release.yml index ad74792..975b6b9 100644 --- a/.github/workflows/_prepare-release.yml +++ b/.github/workflows/_prepare-release.yml @@ -5,7 +5,7 @@ on: jobs: prepareRelease: - runs-on: macos-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. + runs-on: ubuntu-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 17a3911..0591eaf 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -6,7 +6,7 @@ jobs: prepare-all: uses: ./.github/workflows/_prepare-all.yml build: - runs-on: macos-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. + runs-on: ubuntu-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb08702..ebd7c85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: prepare-release: uses: ./.github/workflows/_prepare-release.yml build: - runs-on: macos-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. + runs-on: ubuntu-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 290e7de..6152bda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: prepare-release: uses: ./.github/workflows/_prepare-release.yml build: - runs-on: macos-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. + runs-on: ubuntu-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info. steps: - uses: actions/checkout@v3