mirror of
https://github.com/aristocratos/btop.git
synced 2026-05-19 14:10:14 -04:00
ci: update freebsd 14 runners to 14.3
This commit is contained in:
2
.github/workflows/cmake-freebsd.yml
vendored
2
.github/workflows/cmake-freebsd.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
arch: ['aarch64', 'x86_64']
|
||||
version: ['14.2', '15.0']
|
||||
version: ['14.3', '15.0']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: Compile
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
with:
|
||||
release: '14.2'
|
||||
release: '14.3'
|
||||
usesh: true
|
||||
prepare: |
|
||||
pkg install -y gmake gcc coreutils git lowdown
|
||||
|
||||
Reference in New Issue
Block a user