Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Run check job in Ubuntu.
  • Loading branch information
pablorcum committed Mar 28, 2024
1 parent 45f3a2d commit 8b1f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
check:
runs-on: matlab
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 8b1f5cd

Please sign in to comment.