Skip to content

Commit 08c5664

Browse files
committed
GH Actions: remove version suffixes from *BSD job IDs
I don't see much benefit in it, and it creates extra work for us to keep it up to date.
1 parent adf8061 commit 08c5664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
-DCMAKE_CXX_STANDARD=11 -DCMAKE_CXX_STANDARD_REQUIRED=ON -DCMAKE_CXX_EXTENSIONS=OFF
130130
- name: unittest
131131
run: .build\run-unittest.ps1
132-
freebsd_14_2:
132+
freebsd:
133133
runs-on: ubuntu-latest
134134
steps:
135135
- uses: actions/checkout@v5
@@ -159,7 +159,7 @@ jobs:
159159
160160
echo '#### Testing'
161161
.build/run-unittest
162-
netbsd_10_1:
162+
netbsd:
163163
runs-on: ubuntu-latest
164164
# Doesn't use clang, has gcc:
165165
# c++ (nb3 20231008) 10.5.0

0 commit comments

Comments
 (0)