Skip to content

Commit

Permalink
Merge pull request #124 from eMoflon/feature/macos-runner-upgrade
Browse files Browse the repository at this point in the history
macOS runner image upgrade to v14
  • Loading branch information
maxkratz authored Oct 17, 2024
2 parents 58aeab8 + 5e04900 commit a009473
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
# Build Eclipse eMoflon macOS user
build-macos-user:
needs: [create-splash-image, collect-github-api-artifacts]
runs-on: [macos-12]
runs-on: [macos-14]
steps:
- name: Start message
run: echo "Started CI build (Eclipse eMoflon macOS user)."
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
# Build Eclipse eMoflon macOS dev
build-macos-dev:
needs: [create-splash-image, collect-github-api-artifacts]
runs-on: [macos-12]
runs-on: [macos-14]
steps:
- name: Start message
run: echo "Started CI build (Eclipse eMoflon macOS dev)."
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
# Build Eclipse eMoflon macOS dev HiPE
build-macos-dev-hipe:
needs: [create-splash-image, collect-github-api-artifacts]
runs-on: [macos-12]
runs-on: [macos-14]
steps:
- name: Start message
run: echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
Expand Down

0 comments on commit a009473

Please sign in to comment.