Skip to content

Commit

Permalink
Merge pull request #257 from mhvk/fix-other-arch
Browse files Browse the repository at this point in the history
Try fixing other archs / use arm for APT run
  • Loading branch information
mhvk authored Feb 23, 2025
2 parents 5d4379b + dfea9e1 commit c65a365
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-latest
runs-on: ubuntu-22.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 Down Expand Up @@ -77,7 +77,7 @@ jobs:
test_with_apt:
name: Test using apt
runs-on: ubuntu-latest # once beyond 24.04 can remove no:doctest_plus below.
runs-on: ubuntu-24.04-arm # once beyond 24.04 can remove no:doctest_plus below.
if: (github.repository == 'mhvk/baseband-tasks' && (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'Extra CI')))
env:
# 2025-02-21: pyfftw seems broken; maybe try again with more recent ubuntu.
Expand Down

0 comments on commit c65a365

Please sign in to comment.