Skip to content

Commit

Permalink
Update macOS-based runner images to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Oct 17, 2024
1 parent bd51289 commit 5e04900
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-13]
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-13]
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-13]
runs-on: [macos-14]
steps:
- name: Start message
run: echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
Expand Down

0 comments on commit 5e04900

Please sign in to comment.