Skip to content

Commit eda86d5

Browse files
committed
update CI actions
1 parent b45ed88 commit eda86d5

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/actions.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: yes
2222
HOMEBREW_NO_ENV_HINTS: yes
2323
HOMEBREW_NO_ANALYTICS: yes
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
repository: getargv/getargv
2727
path: getargv
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install libgetargv
3333
run: sudo make install_dylib
3434
working-directory: getargv
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
path: getargv.cpp
3838
- name: check
@@ -45,10 +45,9 @@ jobs:
4545
strategy:
4646
matrix:
4747
os:
48-
#- macos-26 not out yet
48+
- macos-26
4949
- macos-15
5050
- macos-14
51-
- macos-13
5251
runs-on: ${{ matrix.os }}
5352
steps:
5453
- name: install deps
@@ -59,7 +58,7 @@ jobs:
5958
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: yes
6059
HOMEBREW_NO_ENV_HINTS: yes
6160
HOMEBREW_NO_ANALYTICS: yes
62-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6362
with:
6463
repository: getargv/getargv
6564
path: getargv
@@ -70,7 +69,7 @@ jobs:
7069
- name: Install libgetargv
7170
run: sudo make install_dylib
7271
working-directory: getargv
73-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7473
with:
7574
path: getargv.cpp
7675
- name: build unit tests
@@ -91,12 +90,12 @@ jobs:
9190
strategy:
9291
matrix:
9392
os:
93+
- macos-26
9494
- macos-15
9595
- macos-14
96-
- macos-13
9796
runs-on: ${{ matrix.os }}
9897
steps:
99-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v5
10099
with:
101100
repository: getargv/getargv
102101
path: getargv
@@ -107,7 +106,7 @@ jobs:
107106
- name: Install libgetargv
108107
run: sudo make install_dylib
109108
working-directory: getargv
110-
- uses: actions/checkout@v4
109+
- uses: actions/checkout@v5
111110
with:
112111
path: getargv.cpp
113112
- name: bump version
@@ -144,10 +143,10 @@ jobs:
144143
LDLIBS: -lgetargv
145144
CXXFLAGS: -Iinclude
146145
steps:
147-
- uses: actions/checkout@v4
146+
- uses: actions/checkout@v5
148147
with:
149148
path: getargv.cpp
150-
- uses: actions/download-artifact@v4
149+
- uses: actions/download-artifact@v5
151150
with:
152151
path: pkg
153152
- name: bump version

0 commit comments

Comments
 (0)