Skip to content

Commit

Permalink
Revert "Drop macOS 11 Big Sur from workflows"
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero authored Dec 23, 2023
1 parent 3a7ec72 commit 35f50f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ env:

jobs:
deps:
runs-on: ${{ inputs.build-os || 'macos-12' }}
runs-on: ${{ inputs.build-os || 'macos-11' }}
env:
BUILD_OS: ${{ inputs.build-os || 'macos-12' }}
BUILD_OS: ${{ inputs.build-os || 'macos-11' }}
outputs:
deps-restore-key: ${{ steps.caching.outputs.DEPS_RESTORE_KEY }}
build-restore-key: ${{ steps.caching.outputs.BUILD_RESTORE_KEY }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

build:
needs: deps
runs-on: ${{ inputs.build-os || 'macos-12' }}
runs-on: ${{ inputs.build-os || 'macos-11' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
needs: build
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-11, macos-12, macos-13]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 35f50f8

Please sign in to comment.