Skip to content

Commit

Permalink
Update macOS version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ktras committed Jun 10, 2024
1 parent d422e5e commit 1bfb3d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-11, ubuntu-24.04]
os: [macos-12, ubuntu-24.04]

env:
PREFIX: install
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ yes | ./install.sh
EOF
}

GCC_VERSION=14
GCC_VERSION=${GCC_VERSION:=14}
GASNET_VERSION="stable"

list_prerequisites()
Expand Down

0 comments on commit 1bfb3d6

Please sign in to comment.