Skip to content

Commit 396e4a4

Browse files
committed
Change to MacOS 14 and 15 + update of README
1 parent 6c12718 commit 396e4a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.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-13, macos-14, windows-latest]
11+
os: [ubuntu-latest, macos-14, macos-15, windows-latest]
1212
fpm-version: ["v0.8.0", "v0.9.0", "v0.10.1", "latest", "current"]
1313
node-version: ["20.x"]
1414
exclude:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ __`github-token`__ (*only needed if `fpm-version` is `'latest'` or not specified
2828

2929
__`fpm-version`__ (*optional, default:* see below) the tag corresponding to a Github release from which to fetch the `fpm` binary.
3030
- If set to `'latest'` then the latest `fpm` release at [fortran-lang/fpm](https://github.com/fortran-lang/fpm/releases/latest) will be substituted. `github-token` must be provided if `fpm-version` is `'latest'`.
31+
- If set to `'current'` then the current `fpm` release at [fortran-lang/fpm](https://github.com/fortran-lang/fpm/releases/current) will be substituted.
3132

3233
__`fpm-repository`__ (*optional, default:* `https://github.com/fortran-lang/fpm`) which Github fork to fetch release binaries from.
3334

0 commit comments

Comments
 (0)