Skip to content

Commit 67fe660

Browse files
authored
ci: use FreeBSD version 15.1 (#27597)
1 parent c740861 commit 67fe660

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/freebsd_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: cross-platform-actions/action@v1.3.0
3939
with:
4040
operating_system: freebsd
41-
version: '15.0'
41+
version: '15.1'
4242
memory: 4G
4343
shell: sh
4444
sync_files: runner-to-vm
@@ -79,7 +79,7 @@ jobs:
7979
uses: cross-platform-actions/action@v1.3.0
8080
with:
8181
operating_system: freebsd
82-
version: '15.0'
82+
version: '15.1'
8383
memory: 4G
8484
shell: sh
8585
sync_files: runner-to-vm
@@ -120,7 +120,7 @@ jobs:
120120
uses: cross-platform-actions/action@v1.3.0
121121
with:
122122
operating_system: freebsd
123-
version: '15.0'
123+
version: '15.1'
124124
memory: 4G
125125
shell: sh
126126
sync_files: runner-to-vm

.github/workflows/tools_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
uses: cross-platform-actions/action@v1.3.0
154154
with:
155155
operating_system: freebsd
156-
version: '15.0'
156+
version: '15.1'
157157
memory: 4G
158158
shell: sh
159159
sync_files: runner-to-vm

.github/workflows/update_tccbin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
include:
142142
- id: freebsd-amd64
143143
operating_system: freebsd
144-
version: '15.0'
144+
version: '15.1'
145145
branch: thirdparty-freebsd-amd64
146146
script: thirdparty/build_scripts/thirdparty-freebsd-amd64_tcc.sh
147147
install: sudo pkg install -y bash git gmake rsync

0 commit comments

Comments
 (0)