Skip to content

Commit 12d63d3

Browse files
authored
Merge pull request #23 from fortran-lang/ci/macos-builds
ci(macos): pin to macos-13
2 parents c484787 + 5594b39 commit 12d63d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [ubuntu-latest, macos-latest, windows-latest]
11+
os: [ubuntu-latest, macos-13, windows-latest]
1212
fpm-version: ["v0.8.0", "v0.9.0", "latest"]
1313
node-version: ["20.x"]
1414

0 commit comments

Comments
 (0)