Skip to content

Commit

Permalink
Merge pull request #460 from nasa/ci/macos-11-fix
Browse files Browse the repository at this point in the history
Upgrade to macos-12 in native builds CI
  • Loading branch information
bocchino authored Jul 1, 2024
2 parents 9518488 + 0e3f8c7 commit 242ef0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
matrix = {
"run": [
{
"runner": "macos-11",
"tag": "macosx_10_9_universal2"
"runner": "macos-12",
"tag": "macosx_12_0_universal2"
},
{
"runner": "ubuntu-latest",
Expand Down

0 comments on commit 242ef0e

Please sign in to comment.