Skip to content

Commit

Permalink
Remove tests for macOS-11
Browse files Browse the repository at this point in the history
Doesn't seem to run at all
  • Loading branch information
eirikb committed Jul 14, 2024
1 parent 94e6af3 commit ca42b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
needs: stage1
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macOS-11, macOS-12 ]
os: [ ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macOS-12 ]
cmd: [ "node -v", "java -version", "gradle -version", "maven -v", "openapi version", "rat -V", "run:java@14 java -version", "deno -V" ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ca42b30

Please sign in to comment.