Skip to content

Commit

Permalink
Revert "CI: stick to macos-11 platform"
Browse files Browse the repository at this point in the history
This reverts commit 1d991a0.
  • Loading branch information
thvnx committed Sep 21, 2023
1 parent 5e36997 commit 4d11c84
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 @@ -15,7 +15,7 @@ jobs:
macos:
strategy:
matrix:
platform: [macos-11] # TODO: fix bug on macos-latest (12)
platform: [macos-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 4d11c84

Please sign in to comment.