Skip to content

Commit

Permalink
Make all CI jobs run on macos-11
Browse files Browse the repository at this point in the history
`macos-10.15`, which worked whenever it was that we branched to
`fix/socketrocket-fix`, is no longer available. Let’s see if this is
good enough.
  • Loading branch information
lawrence-forooghian committed Nov 6, 2023
1 parent 79e741b commit 6e76a21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
check:
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-11

permissions:
deployments: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-iOS14_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
check:
runs-on: macos-10.15
runs-on: macos-11

env:
LC_CTYPE: en_US.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-macOS10_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
check:
runs-on: macos-10.15
runs-on: macos-11

env:
LC_CTYPE: en_US.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-tvOS14_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
check:
runs-on: macos-10.15
runs-on: macos-11

env:
LC_CTYPE: en_US.UTF-8
Expand Down

0 comments on commit 6e76a21

Please sign in to comment.