Skip to content

Commit

Permalink
CI: update exotic archs setup to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mhvk committed Feb 28, 2025
1 parent c65a365 commit 9748c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cron_monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# we include them just in the monthly cron. These also serve as a test
# of using system libraries and using pytest directly.

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Python 3.12
# Don't run on forks of the repository.
if: (github.repository == 'mhvk/baseband-tasks' && (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'Extra CI')))
Expand All @@ -57,7 +57,7 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
- uses: uraimo/run-on-arch-action@5397f9e30a9b62422f302092631c99ae1effcd9e # v2.8.1
- uses: uraimo/run-on-arch-action@4141da824ffb5eda88d221d9cf835f6a61ed98d9 # v3.0.0
name: Run tests
id: build
with:
Expand Down

0 comments on commit 9748c69

Please sign in to comment.