Skip to content

Commit

Permalink
Run build on macos-13
Browse files Browse the repository at this point in the history
macos-11 no longer seems to be supported, see:

    https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

Build indefinitely stays in "Waiting for a runner to pick up this job..."
  • Loading branch information
coldfix committed Dec 17, 2024
1 parent b80fabe commit a274701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

build_macos:
name: "Build: MacOS"
runs-on: macos-11
runs-on: macos-13
strategy:
matrix:
arch:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:

# Select matching Xcode and SDK, see: https://xcodereleases.com/
- run: |
sudo xcode-select -switch /Applications/Xcode_12.5.1.app
sudo xcode-select -switch /Applications/Xcode_15.2.app
echo "SDKROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
- name: Setup gfortran
Expand Down

0 comments on commit a274701

Please sign in to comment.