Skip to content

Commit

Permalink
update runners to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisStaratzis committed Jul 1, 2024
1 parent 11aa1af commit d46b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-11 ]
os: [ ubuntu-latest, macos-12 ]

steps:
- name: checkout
Expand Down

0 comments on commit d46b2c4

Please sign in to comment.