Skip to content

Commit

Permalink
- Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 5, 2024
1 parent 8fb331c commit f76248e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
prerelease: ${{ startsWith(github.ref, 'refs/tags/pre') }}

build-macos-portable:
runs-on: macos-latest
runs-on: macos-15-large
needs: [get-info, build-core, auto-test]
if: github.event_name != 'pull_request'
env:
Expand Down Expand Up @@ -430,7 +430,6 @@ jobs:
build-web-compat:
runs-on: ubuntu-latest
needs: [get-info, build-core, auto-test]
if: ${{ !always()}}
env:
MEMORY_LIMIT: 128000000
OUTPUT_FOLDER: ./build
Expand Down Expand Up @@ -474,7 +473,6 @@ jobs:
build-windows:
runs-on: windows-latest
needs: [get-info, build-core, auto-test]
if: ${{ !always()}}
env:
COLD_CLEAR_FOLDER: ./ColdClear
OUTPUT_FOLDER: ./build
Expand Down

0 comments on commit f76248e

Please sign in to comment.