Skip to content

Commit

Permalink
Merge pull request #50 from Gedochao/maintenance/pin-macos-13
Browse files Browse the repository at this point in the history
Pin MacOS launchers CI job to `macos-13`
  • Loading branch information
tgodzik authored Jun 17, 2024
2 parents 46a4b83 + 5684a1b commit 0a41bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/launchers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
os: [ubuntu-20.04, windows-latest, macos-13]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0a41bde

Please sign in to comment.