Skip to content

Commit

Permalink
Update github actions to use ubuntu24
Browse files Browse the repository at this point in the history
  • Loading branch information
mig5 committed Dec 5, 2024
1 parent 10a3acd commit 67b2ccf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: PySide6 CI
on:
push:
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
on: [push, pull_request]

jobs:
build-package:
name: "Build the PySide6 package for Fedora ${{matrix.version}}"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: fedora:${{ matrix.version }}
strategy:
matrix:
Expand Down

0 comments on commit 67b2ccf

Please sign in to comment.