Skip to content

Commit

Permalink
CI: Use the 'ubuntu-latest' runner in the 'Benchmarks' workflow (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Oct 28, 2024
1 parent 97dc71c commit c6188b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:

jobs:
benchmarks:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: github.repository == 'GenericMappingTools/pygmt' && (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'run/benchmark'))
defaults:
run:
Expand Down

0 comments on commit c6188b9

Please sign in to comment.