Skip to content

Commit

Permalink
build_macos_docker.yml: Move from macos-11 to macos-12
Browse files Browse the repository at this point in the history
See https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ for details.

Essentially, macos-11 is no longer available as a build host.
  • Loading branch information
abraxa committed Aug 11, 2024
1 parent 823ff31 commit 785b4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_macos_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build_docker_macos_1:
name: MacOS docker build (1)

runs-on: macos-11
runs-on: macos-12

env:
TARGET: "x86"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
build_docker_macos_2:
name: MacOS docker build (2)

runs-on: macos-11
runs-on: macos-12

env:
TARGET: "x86"
Expand Down

0 comments on commit 785b4a4

Please sign in to comment.