Skip to content

Commit

Permalink
Merge pull request #72 from eMoflon/feature/upgrade-macos-runner-to-v12
Browse files Browse the repository at this point in the history
Change macOS-based runners to macOS v12
  • Loading branch information
maxkratz committed Dec 15, 2022
2 parents e325e32 + 194fc8c commit e6330e7
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-latest]
runs-on: [macos-12]
steps:
- name: Start message
run: echo "Started CI build (Eclipse eMoflon macOS user)."
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
# Build Eclipse eMoflon macOS dev
build-macos-dev:
needs: [create-splash-image, collect-github-api-artifacts]
runs-on: [macos-latest]
runs-on: [macos-12]
steps:
- name: Start message
run: echo "Started CI build (Eclipse eMoflon macOS dev)."
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
# Build Eclipse eMoflon macOS dev HiPE
build-macos-dev-hipe:
needs: [create-splash-image, collect-github-api-artifacts]
runs-on: [macos-latest]
runs-on: [macos-12]
steps:
- name: Start message
run: echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
Expand Down

0 comments on commit e6330e7

Please sign in to comment.