Skip to content

Commit 3d68dfa

Browse files
committed
fix: update tooling
1 parent 0ad18b4 commit 3d68dfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
sign:
8-
runs-on: macos-12
8+
runs-on: macos-13
99
timeout-minutes: 30
1010
env:
1111
SECRET_URL: "${{ secrets.SECRET_URL }}"

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ blocks:
1414
- name: Sign
1515
commands:
1616
- checkout
17-
- nvm install 18
17+
- nvm install 20
1818
- cache restore session
1919
- PYTHONUNBUFFERED=1 ./sign.py
2020
- cache delete session

0 commit comments

Comments
 (0)