Skip to content

Commit 1e03791

Browse files
committed
updating CI
1 parent e47bb51 commit 1e03791

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
# run: |
104104
# sudo apt -q install mono-complete pkg-config libglib2.0-dev
105105

106-
- uses: actions/checkout@v4
106+
# - uses: actions/checkout@v4
107107
- uses: awalsh128/cache-apt-pkgs-action@latest
108108
name: Setup Mono
109109
if: runner.os == 'Linux'

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
os: [macos-13, macos-15, ubuntu-24.04, ubuntu-22.04-arm, windows-2025, windows-11-arm]
96-
node: [18, 20, 22, 24]
95+
os: [macos-15-intel, macos-15, ubuntu-24.04, ubuntu-22.04-arm, windows-2025, windows-11-arm]
96+
node: [18, 20, 22, 24, 25]
9797
# os: [macos-15]
9898
# node: [20]
9999
steps:

0 commit comments

Comments
 (0)