Skip to content

Commit

Permalink
Removed macos 11 from list of OSes. It takes to long for GitHub to fi…
Browse files Browse the repository at this point in the history
…nd those runners!
  • Loading branch information
Rory Barnes committed Sep 4, 2024
1 parent f5c2a94 commit 0f9f5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-macos-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-12, macos-13]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/Atmesc/HydELimConstXUVLopez12/planet.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dRadGyra 0.4 # Radius of gyration; ang. mom. coeff.
dAge 1.0e6 # Age [yr]

# ATMESC Parameters
dFXUV -100 # Incident XUV flux (constant)
dFXUV -100 # Incident XUV flux (constant)
dXFrac 1.0 # X-Ray/XUV absorption radius in planet radii
dAtmXAbsEffH 0.1 # H X-ray/XUV absorption efficiency (epsilon)
dSurfWaterMass 0.0 # Initial water mass, negative -> Earth oceans
Expand Down

0 comments on commit 0f9f5fb

Please sign in to comment.