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
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
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
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
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