Skip to content

Commit

Permalink
Merge pull request #23 from fortran-lang/ci/macos-builds
Browse files Browse the repository at this point in the history
ci(macos): pin to macos-13
  • Loading branch information
gnikit authored Sep 18, 2024
2 parents c484787 + 5594b39 commit 12d63d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
fpm-version: ["v0.8.0", "v0.9.0", "latest"]
node-version: ["20.x"]

Expand Down

0 comments on commit 12d63d3

Please sign in to comment.