Skip to content

Commit

Permalink
Update macos-12 to macos-13 GitHub runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Oct 23, 2024
1 parent b492729 commit 3e99de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
build_type: "Release", cc: "gcc", cxx: "g++"
}
- {
name: "macOS 12 Clang",
os: macos-12,
name: "macOS 13 Clang",
os: macos-13,
cc: "clang", cxx: "clang++"
}

Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
needs: setup-jobs
if: needs.setup-jobs.outputs.allowed-jobs == 'Javascript' || needs.setup-jobs.outputs.allowed-jobs == 'All'
name: libcellml.js
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout libCellML
uses: actions/checkout@v4
Expand Down

0 comments on commit 3e99de7

Please sign in to comment.