diff options
author | Thijs <thijs@thijsschreijer.nl> | 2024-06-24 20:37:29 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-06-25 08:36:52 +0200 |
commit | 44974afc2f341b5d16408dec2e381616d388f9c8 (patch) | |
tree | 43c3c47ddb80c135a27509542689df5854b47864 | |
parent | a7ed5242a797383b82bd48e1fe6fc20d544ed6e0 (diff) | |
download | luasystem-44974afc2f341b5d16408dec2e381616d388f9c8.zip |
fix(ci): move away from deprecated macos version
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86b74fe..13721b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - os: ['ubuntu-20.04', 'macos-11.0'] + os: ['ubuntu-20.04', 'macos-13'] luaVersion: - "5.1" - "5.2" |