Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas authored Mar 14, 2024
1 parent b7f461e commit ef9b208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Workflow for continuous integration tests
name: CI
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# This workflow contains a single job called "test"
test:
# The type of runner that the job will run on
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
fortran-compiler: [gfortran]
Expand Down

0 comments on commit ef9b208

Please sign in to comment.