Skip to content

Commit

Permalink
Update ubuntu used for ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Helberg committed Sep 21, 2024
1 parent b010bb8 commit 46b334e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,21 @@ jobs:
matrix:
platform:
- release_for: FreeBSD-x86_64
os: ubuntu-20.04
os: ubuntu-latest
target: x86_64-unknown-freebsd
bin: middleman
name: middleman-FreeBSD-x86_64.tar.gz
command: build

- release_for: Linux-x86_64
os: ubuntu-20.04
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
bin: middleman
name: middleman-linux-x86_64.tar.gz
command: build

- release_for: Linux-aarch64
os: ubuntu-20.04
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
bin: middleman
name: middleman-linux-aarch64.tar.gz
Expand Down

0 comments on commit 46b334e

Please sign in to comment.