Skip to content

Commit

Permalink
fix(gobash.yml): drop macos-latest checks (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Apr 23, 2024
1 parent d6d201d commit d12a3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gobash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- "1.20"
- "1.21"
- "1.22"
system: [ubuntu-latest, macos-latest]
system: [ubuntu-latest]
runs-on: "${{ matrix.system }}"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d12a3c2

Please sign in to comment.