summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-09-12 14:03:53 +0100
committerRichard Hughes <richard@hughsie.com>2022-09-12 14:37:47 +0100
commit9ec1acb3579d2ec1269039e66cd23030af4b0499 (patch)
tree4065daf20634e47c70f0dd0b1947f72f4d59c54b
parent0e51d382e4db85af672b3add2218d96d2b9dd1a7 (diff)
downloadgusb-9ec1acb3579d2ec1269039e66cd23030af4b0499.tar.gz
trivial: Update to non-deprecated macos-12 CI target
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 95e2f1a..a220e57 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,14 +23,14 @@ jobs:
- run: docker run -t -v `pwd`:/build libgusb-${{ matrix.distro }} ./contrib/ci/build_and_test.sh -Dtests=false
build-freebsd:
- runs-on: macos-10.15
+ runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
id: test
- uses: vmactions/freebsd-vm@v0.1.5
+ uses: vmactions/freebsd-vm@v0.2.6
with:
usesh: true
mem: 8192