Skip to content

Commit

Permalink
[release] auto-merge released main back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
2 parents acc0b3d + 0bef56d commit 5eb84d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 1 # otherwise the release upload will fail
matrix:
os: [ macos-14, macos-13, windows-latest, ubuntu-latest ]
os: [ ubuntu-latest ] # macos-14, macos-13, windows-latest,

runs-on: ${{ matrix.os }}

Expand All @@ -31,7 +31,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get -y install libgl1
sudo apt-get -y install libxtst-dev libharfbuzz-dev libgtk-3-dev libpango1.0-dev libatk1.0-dev libgl1-mesa-dev libx11-dev libfreetype6-dev libfontconfig1-dev
- id: setup-graalvm
uses: graalvm/setup-graalvm@v1
Expand Down

0 comments on commit 5eb84d8

Please sign in to comment.