Skip to content

Commit

Permalink
Ubuntu update
Browse files Browse the repository at this point in the history
  • Loading branch information
robiot committed Sep 29, 2023
1 parent 6982de9 commit e21fafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Create Release
jobs:
amd64_build:
name: Setup and Build for amd64
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container: robiot/xclicker

This comment has been minimized.

Copy link
@kai12cool

kai12cool Oct 26, 2023

hi'

This comment has been minimized.

Copy link
@robiot

robiot Oct 27, 2023

Author Owner

hi?

steps:
- name: Checkout code
Expand All @@ -31,7 +31,7 @@ jobs:

build:
name: Build for ARM and Create Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: amd64_build
steps:
- name: Checkout code
Expand Down

0 comments on commit e21fafb

Please sign in to comment.