Skip to content

Commit

Permalink
Fix runs-on for CompatHelper workflow (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly authored Jun 26, 2024
1 parent 32d710d commit 32a9b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
CompatHelper:
runs-on: [linux, x64, inside-docker, self-hosted]
runs-on: ubuntu-latest
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
Expand Down

0 comments on commit 32a9b66

Please sign in to comment.