Skip to content

Commit

Permalink
Trying GitHub actions with ubuntu latest
Browse files Browse the repository at this point in the history
The ubuntu-20 runner has been deprecated.
  • Loading branch information
prioux committed Feb 11, 2025
1 parent 1a4c63e commit b7a9155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cbrain_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on: [ push, pull_request ]
jobs:
run-tests:
name: Continuous Integration Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
RAILS_ENV: test

Expand Down

0 comments on commit b7a9155

Please sign in to comment.