diff --git a/.github/workflows/buildseer.yml b/.github/workflows/buildseer.yml index af52b18..2d5408e 100644 --- a/.github/workflows/buildseer.yml +++ b/.github/workflows/buildseer.yml @@ -7,7 +7,11 @@ on: jobs: build-alaskarseer: - runs-on: docker + runs-on: host + services: + docker: + image: catthehacker/ubuntu:act-latest + options: --privileged steps: # Step 1: Check out the repository diff --git a/alaskarseer/version.txt b/alaskarseer/version.txt index 6c8b2a3..0b1f88b 100644 --- a/alaskarseer/version.txt +++ b/alaskarseer/version.txt @@ -1 +1 @@ -v2.2.2 +v2.2.3