aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorsogaiu <983021772@users.noreply.github.com>2025-11-22 20:47:01 +0900
committerCalvin Rose <calsrose@gmail.com>2025-11-22 08:52:02 -0600
commitd66ffb84f2cdf9402aa4058133ce2dcac63d781e (patch)
tree3b1f8f4ba4edd865ae88ff398284a318227558f1 /.github
parentAdd janet-pm `full-env` command. (diff)
Update to macos-14 in ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
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