Skip to content

Commit

Permalink
Run with ubuntu 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 26, 2024
1 parent 8a4d0dd commit 0f878ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:

client_test:
runs-on: ubuntu-24.04
container:
image: ubuntu:24.10
options: --user root
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -44,8 +47,8 @@ jobs:
distribution: 'microsoft'
java-version: '21'
- run: |
curl -o tracy-capture.deb http://launchpadlibrarian.net/743382774/tracy-capture_0.11.0+ds-1_amd64.deb
sudo dpkg -i tracy-capture.deb
apt update
apt install tracy-capture -y
- name: Run Client Gametests
uses: modmuss50/xvfb-action@v1
with:
Expand Down

0 comments on commit 0f878ac

Please sign in to comment.