Skip to content

Commit

Permalink
Change MacOS runner os version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Nov 24, 2023
1 parent 77ca786 commit fad0c35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:

generate-macos-launcher:
timeout-minutes: 120
runs-on: "macos-12"
runs-on: "macos-11"
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -306,7 +306,7 @@ jobs:
native-macos-tests-1:
needs: generate-macos-launcher
timeout-minutes: 120
runs-on: "macos-12"
runs-on: "macos-11"
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
native-macos-tests-2:
needs: generate-macos-launcher
timeout-minutes: 120
runs-on: "macos-12"
runs-on: "macos-11"
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
native-macos-tests-3:
needs: generate-macos-launcher
timeout-minutes: 120
runs-on: "macos-12"
runs-on: "macos-11"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fad0c35

Please sign in to comment.