Skip to content

Commit

Permalink
Pin github actions OS to ubuntu 22.04
Browse files Browse the repository at this point in the history
- some issue between OpenSSL and Qt5 on latest 24.04
  • Loading branch information
Acly committed Jan 15, 2025
1 parent 4a044cf commit af421af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:
uses: psf/black@stable

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit af421af

Please sign in to comment.