Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Jun 30, 2024
1 parent a340be7 commit 9137adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -20,7 +20,7 @@ jobs:
sudo apt-get update
sudo apt-get -y install cmake mingw-w64 mingw-w64-tools mingw-w64-i686-dev mingw-w64-x86-64-dev mingw-w64-common fakeroot build-essential debhelper
- name: Building emulator
- name: Building ptr89
run: |
tools/build_deb.sh
tools/build_win.sh
Expand Down

0 comments on commit 9137adc

Please sign in to comment.