Skip to content

Commit

Permalink
Maybe fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 24, 2024
1 parent a490b6c commit 7f68cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: /root/.m2/repository/net/fabricmc/

client_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -43,7 +43,7 @@ jobs:
with:
distribution: 'microsoft'
java-version: '21'
- run: sudo apt-get install -y tracy-profiler
- run: brew install tracy
- run: mkdir run && echo "eula=true" >> run/eula.txt
- name: Run Client Gametests
uses: modmuss50/xvfb-action@v1
Expand Down

0 comments on commit 7f68cad

Please sign in to comment.