Skip to content

Commit

Permalink
Now using @v4 and freebsd 14.1
Browse files Browse the repository at this point in the history
	modified:   freebsd_autotools.yml
	modified:   freebsd_cmake.yml
	modified:   freebsd_meson.yml
  • Loading branch information
davea42 committed Jun 20, 2024
1 parent c40105a commit 8a87cfd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/freebsd_autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
freebsd_autotools:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: FreeBSD-with-autotools
uses: cross-platform-actions/action@v0.20.0
with:
operating_system: freebsd
sync_files: runner-to-vm
version: '13.2'
version: '14.1'
run: |
uname -a
freebsd-version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/freebsd_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
freebsd_cmake:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: FreeBSD-with-cmake
uses: cross-platform-actions/action@v0.20.0
with:
operating_system: freebsd
sync_files: runner-to-vm
version: '13.2'
version: '14.1'
run: |
uname -a
freebsd-version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/freebsd_meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
freebsd_meson:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: FreeBSD-with-meson
uses: cross-platform-actions/action@v0.20.0
with:
operating_system: freebsd
sync_files: runner-to-vm
version: '13.2'
version: '14.1'
run: |
uname -a
freebsd-version
Expand Down

0 comments on commit 8a87cfd

Please sign in to comment.