diff options
| author | 2025-11-22 20:47:01 +0900 | |
|---|---|---|
| committer | 2025-11-22 08:52:02 -0600 | |
| commit | d66ffb84f2cdf9402aa4058133ce2dcac63d781e (patch) | |
| tree | 3b1f8f4ba4edd865ae88ff398284a318227558f1 /.github/workflows | |
| parent | Add janet-pm `full-env` command. (diff) | |
Update to macos-14 in ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b7d2b6..4f53371 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-latest, macos-13 ] + os: [ ubuntu-latest, macos-latest, macos-14 ] janet-version: [ heads/master, tags/v1.38.0, tags/v1.37.1, tags/v1.36.0, tags/v1.35.2 ] steps: - name: Checkout Janet |
