Skip to content

Commit

Permalink
Switch Runner Version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Sep 27, 2024
1 parent e94f7fd commit 4287f39
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
Expand All @@ -16,21 +16,6 @@ jobs:
with:
show-progress: false

- name: Install Mono GPG Key and Repository
run: |
sudo apt update
sudo apt install -y gnupg ca-certificates
sudo apt-key adv --homedir /tmp/apt-key --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-jammy main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
- name: Install Mono
run: |
sudo apt update
sudo apt install -y mono-complete
- name: Check Mono Version
run: mono --version

- name: Install .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 4287f39

Please sign in to comment.